mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-24 01:42:55 +02:00
Change color for skipped
This commit is contained in:
@@ -58,7 +58,7 @@ svg .learning rect {
|
|||||||
}
|
}
|
||||||
|
|
||||||
svg .skipped rect {
|
svg .skipped rect {
|
||||||
fill: lightseagreen !important;
|
fill: #496b69!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg .learning rect[fill='rgb(51,51,51)'] + text,
|
svg .learning rect[fill='rgb(51,51,51)'] + text,
|
||||||
|
Reference in New Issue
Block a user