From 0e0512898061b6c87d28c2336c71a1b5f26c0716 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; } } `;