mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
client: Fix close button on dark theme
This commit is contained in:
parent
74645e12fc
commit
648feb82f8
@ -88,3 +88,7 @@ body .CodeMirror {
|
||||
body .todo-list input[type="checkbox"]:not(:checked):before {
|
||||
border-color: var(--muted-text-color) !important;
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user