Skip to content

Commit

Permalink
Merge pull request #4676 from st3iny/fix/invisible-unchecked-todo
Browse files Browse the repository at this point in the history
fix: invisible unchecked to-do items
  • Loading branch information
zadam authored Mar 6, 2024
2 parents 0948853 + d5622df commit bdfa13a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/public/stylesheets/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ body .CodeMirror {
.excalidraw.theme--dark {
--theme-filter: invert(80%) hue-rotate(180deg) !important;
}

body .todo-list input[type="checkbox"]:not(:checked):before {
border-color: var(--muted-text-color) !important;
}

0 comments on commit bdfa13a

Please sign in to comment.