1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-25 10:14:20 +02:00

fix: color not rendered in done topics

This commit is contained in:
Kamran Ahmed
2024-08-13 09:04:43 +01:00
parent 940bf2ebdb
commit 0d15041102

View File

@@ -51,8 +51,8 @@ svg .done text[fill='#ffffff'] {
fill: black;
}
svg > g[data-type='subtopic'].done > rect + text,
svg > g[data-type='subtopic'].learning > rect + text {
svg > g[data-type='subtipic'].done > rect + text,
svg > g[data-type='subtipic'].learning > rect + text {
fill: #cbcbcb;
}