mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 21:32:35 +02:00
Change finished node marking
This commit is contained in:
@@ -45,7 +45,7 @@ const GlobalStyles = css`
|
|||||||
}
|
}
|
||||||
|
|
||||||
svg .done {
|
svg .done {
|
||||||
& rect { fill: #cbcbcb; }
|
& rect { fill: #cbcbcb !important; }
|
||||||
& text { text-decoration: line-through; }
|
& text { text-decoration: line-through; }
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Reference in New Issue
Block a user