Change finished node marking

pull/1202/head
Kamran Ahmed 3 years ago
parent 9a22a457f5
commit 0e05128980
  1. 2
      pages/_app.tsx

@ -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; }
} }
`; `;

Loading…
Cancel
Save