This commit is contained in:
hubobel 2026-06-20 19:57:21 +02:00
parent c69ba3873c
commit 75d20b03a7
3 changed files with 56 additions and 2 deletions

View file

@ -278,4 +278,15 @@ text-decoration: underline;
font-size: 13px;
white-space: pre-wrap;
}
.balance-green {
color: #2e7d32;
}
.balance-orange {
color: #f57c00;
}
.balance-red {
color: #c62828;
}