1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 09:22:52 +02:00

Change color for skipped

This commit is contained in:
Kamran Ahmed
2023-05-14 14:16:45 +01:00
parent 3967b16d25
commit 5d07ce32d8

View File

@@ -58,7 +58,7 @@ svg .learning rect {
}
svg .skipped rect {
fill: lightseagreen !important;
fill: #496b69!important;
}
svg .learning rect[fill='rgb(51,51,51)'] + text,