1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Change color of skipped

This commit is contained in:
Kamran Ahmed
2023-05-14 03:12:28 +01:00
parent d3d2ae5889
commit a029850531

View File

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