mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
Merge pull request #4676 from st3iny/fix/invisible-unchecked-todo
fix: invisible unchecked to-do items
This commit is contained in:
commit
bdfa13a8a0
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue