Change finished node marking

pull/1657/head
Kamran Ahmed 3 years ago
parent 2b6432ebf6
commit cd1b8ca94b
  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