Kachel Kontostand

This commit is contained in:
hubobel 2026-06-20 18:17:06 +02:00
parent 88c8fac003
commit 47b3fcccc8
3 changed files with 85 additions and 1 deletions

View file

@ -247,4 +247,16 @@ text-decoration: underline;
.transaction-table tr:hover {
background: #f8f8f8;
}
.balance-label {
margin-top: 10px;
margin-bottom: 5px;
color: #666;
}
.balance-value {
font-size: 32px;
font-weight: bold;
color: #ff6200;
margin-top: 0;
}