1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 13:22:38 +02:00

Change finished node marking

This commit is contained in:
Kamran Ahmed
2021-12-09 18:05:01 +01:00
parent 2b6432ebf6
commit cd1b8ca94b

View File

@@ -45,7 +45,7 @@ const GlobalStyles = css`
}
svg .done {
& rect { fill: #cbcbcb; }
& rect { fill: #cbcbcb !important; }
& text { text-decoration: line-through; }
}
`;