style/selected tree item color: use the color adjusted for readability

This commit is contained in:
Adorian Doran
2025-12-25 11:34:41 +02:00
parent 920e53957c
commit cecf7e6afb
2 changed files with 2 additions and 5 deletions

View File

@@ -117,5 +117,5 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
}
span.fancytree-active {
color: var(--custom-color, var(--active-item-text-color));
color: var(--dark-theme-custom-color, var(--active-item-text-color));
}

View File

@@ -99,10 +99,7 @@ html {
.use-note-color {
--custom-color: var(--light-theme-custom-color);
}
<<<<<<< HEAD
span.fancytree-active {
color: var(--custom-color, var(--active-item-text-color));
color: var(--light-theme-custom-color, var(--active-item-text-color));
}
=======
>>>>>>> a47ea0d653757e0336f693072bc1cd7df6772f9f