Theme-green model color in all blog themes (--model-viewer-color per palette)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user