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

Change finished node marking

This commit is contained in:
Kamran Ahmed
2021-12-09 18:05:01 +01:00
parent 3b41c8ef0f
commit 81a74ad41a

View File

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