From cd1b8ca94bc249b2220414dbf7ad7e02b66da541 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 9 Dec 2021 18:05:01 +0100 Subject: [PATCH] Change finished node marking --- pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 245a60b87..8bfe5847c 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -45,7 +45,7 @@ const GlobalStyles = css` } svg .done { - & rect { fill: #cbcbcb; } + & rect { fill: #cbcbcb !important; } & text { text-decoration: line-through; } } `;