client: Fix close button on dark theme

This commit is contained in:
Elian Doran 2024-09-12 20:06:40 +03:00
parent 74645e12fc
commit 648feb82f8
No known key found for this signature in database

View File

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