mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-10 02:14:00 +00:00
20 lines
367 B
CSS
20 lines
367 B
CSS
.navigation-started > rect {
|
|
fill: #9d9d54 !important;
|
|
stroke: black !important;
|
|
}
|
|
|
|
.navigation-resumed > rect {
|
|
fill: seagreen !important;
|
|
stroke: black !important;
|
|
}
|
|
|
|
.navigation-created > rect {
|
|
fill: indianred !important;
|
|
stroke: black !important;
|
|
}
|
|
|
|
.navigation-new > rect {
|
|
fill: darkgray !important;
|
|
stroke: black !important;
|
|
}
|