mirror of
https://github.com/zadam/trilium.git
synced 2026-07-30 11:21:33 +02:00
style/selected tree item color: use the color adjusted for readability
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user