improve colors in navigation

This commit is contained in:
InsanusMokrassar 2023-07-21 20:17:58 +06:00
parent 11a83139db
commit 299e321a08

View File

@ -3,11 +3,9 @@
} }
.navigation-paused > rect { .navigation-paused > rect {
fill: #b2b200 !important; fill: #9d9d54 !important;
color: white !important;
} }
.navigation-resumed > rect { .navigation-resumed > rect {
fill: seagreen !important; fill: seagreen !important;
color: white !important;
} }