improve colors in navigation

This commit is contained in:
InsanusMokrassar 2023-07-21 20:17:58 +06:00
parent 11a83139db
commit 299e321a08
1 changed files with 1 additions and 3 deletions

View File

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