refactor(style.scss): Die Farben der Punktlinien wurden überarbeitet.

This commit is contained in:
Developer 02 2024-11-12 13:49:08 +01:00
parent 2e1bf69889
commit 337a0b892e

View File

@ -106,13 +106,13 @@ code {
}
.future-period-row {
background: #6E6E4C !important;
background: rgba(76, 110, 140, .4) !important;
}
.current-period-row {
background: #4C6E4C !important;
background: rgba(76, 110, 76, .4) !important;
}
.past-period-row {
background: #6E4C4C !important;
background: rgba(110, 76, 76, .4) !important;
}