Compare commits

...

3 Commits

Author SHA1 Message Date
Nate River
35a109616c Update apps/client/src/stylesheets/theme-light.css
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-17 11:25:41 +08:00
Nate River
641176011f Update apps/client/src/stylesheets/theme-dark.css
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-17 11:25:35 +08:00
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(--custom-color, var(--active-item-text-color));
}

View File

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