Theme-green model color in all blog themes (--model-viewer-color per palette)

This commit is contained in:
trilium-share-gruvbox
2026-09-07 22:14:33 +02:00
parent 1211046eb5
commit a956fa7c8c
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -25,6 +25,7 @@ html.theme-light {
--text-link: #268bd2;
--text-menu-active: #fdf6e3;
color-scheme: light;
--model-viewer-color: #859900;
}
html.theme-dark {
@@ -42,6 +43,7 @@ html.theme-dark {
--text-link: #268bd2;
--text-menu-active: #002b36;
color-scheme: dark;
--model-viewer-color: #859900;
}
body {