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:
@@ -51,8 +51,8 @@ svg .done text[fill='#ffffff'] {
|
|||||||
fill: black;
|
fill: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg > g[data-type='subtopic'].done > rect + text,
|
svg > g[data-type='subtipic'].done > rect + text,
|
||||||
svg > g[data-type='subtopic'].learning > rect + text {
|
svg > g[data-type='subtipic'].learning > rect + text {
|
||||||
fill: #cbcbcb;
|
fill: #cbcbcb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user