Compare commits

...

1 Commits

Author SHA1 Message Date
Nriver
5907b7090e fix note title color for legacy themes 2025-12-09 10:49:28 +08:00
2 changed files with 10 additions and 2 deletions

View File

@@ -114,4 +114,8 @@ 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);
}

View File

@@ -98,4 +98,8 @@ html {
.use-note-color {
--custom-color: var(--light-theme-custom-color);
}
}
span.fancytree-active {
color: var(--light-theme-custom-color);
}