fix expenditures dark mode

This commit is contained in:
2025-02-19 15:34:43 +01:00
parent 0a323be5bf
commit 52c6914d41
2 changed files with 5 additions and 2 deletions

View File

@@ -201,11 +201,14 @@
justify-content: center;
}
.expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) {
background: white;
background: #fff;
width: initial;
margin-top: -1em;
padding: 0 .5em;
}
.theme-dark .expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) {
background-color: #0f1117;
}
/*** NORMAL LIST ***/
.normal-list > div {