fix: invisible unchecked to-do items

pull/13/head
Richard Steinmetz 2024-03-05 22:29:10 +07:00
parent 0948853539
commit d5622dfbf7
1 changed files with 4 additions and 0 deletions

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