mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-10 02:14:00 +00:00
12 lines
182 B
CSS
12 lines
182 B
CSS
.navigation-part > rect {
|
|
stroke: black !important;
|
|
}
|
|
|
|
.navigation-paused > rect {
|
|
fill: #9d9d54 !important;
|
|
}
|
|
|
|
.navigation-resumed > rect {
|
|
fill: seagreen !important;
|
|
}
|