Change finished node marking

pull/1202/head
Kamran Ahmed 3 years ago
parent 537ffc365e
commit be61c144e0
  1. 2
      pages/_app.tsx

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

Loading…
Cancel
Save