Merge pull request #4676 from st3iny/fix/invisible-unchecked-todo

fix: invisible unchecked to-do items
This commit is contained in:
zadam 2024-03-06 06:32:23 +01:00 committed by GitHub
commit bdfa13a8a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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