refactor(style.scss): Die Farben der Punktlinien wurden überarbeitet.
This commit is contained in:
parent
2e1bf69889
commit
337a0b892e
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user