mirror of
https://github.com/zadam/trilium.git
synced 2026-01-25 00:29:13 +01:00
fix note title color for legacy themes (#7997)
This commit is contained in:
@@ -115,3 +115,7 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
|
||||
.use-note-color {
|
||||
--custom-color: var(--dark-theme-custom-color);
|
||||
}
|
||||
|
||||
span.fancytree-active {
|
||||
color: var(--dark-theme-custom-color, var(--active-item-text-color));
|
||||
}
|
||||
|
||||
@@ -99,3 +99,7 @@ html {
|
||||
.use-note-color {
|
||||
--custom-color: var(--light-theme-custom-color);
|
||||
}
|
||||
|
||||
span.fancytree-active {
|
||||
color: var(--light-theme-custom-color, var(--active-item-text-color));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user