Improve UI

Highlight future transactions
clarify settings are for budget
This commit is contained in:
2021-12-11 20:19:28 +00:00
parent 915964fa4e
commit 935499e3a8
4 changed files with 7 additions and 3 deletions

View File

@ -65,9 +65,13 @@ body {
text-align: right;
}
/* Highlights */
.negative {
color: #d50000;
}
.zero {
color: #888888;
}
.future {
background-color: #cccccc;
}