Skip to content

Commit d5622df

Browse files
committed
fix: invisible unchecked to-do items
1 parent 0948853 commit d5622df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/public/stylesheets/theme-dark.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ body .CodeMirror {
8888
.excalidraw.theme--dark {
8989
--theme-filter: invert(80%) hue-rotate(180deg) !important;
9090
}
91+
92+
body .todo-list input[type="checkbox"]:not(:checked):before {
93+
border-color: var(--muted-text-color) !important;
94+
}

0 commit comments

Comments
 (0)