visual + updates

This commit is contained in:
toni
2026-03-08 11:09:52 +01:00
parent a9ff8517ff
commit 10f4750755
22 changed files with 2009 additions and 2822 deletions
@@ -49,3 +49,16 @@ td {
.table-row:nth-child(odd) {
background-color: var(--mat-sys-surface);
}
.table-row.expired {
//background-color: lightsalmon;
filter: sepia(50%);
}
.positive {
color: green;
}
.negative {
color: red;
}