Theme-green model color in all blog themes (--model-viewer-color per palette)
This commit is contained in:
@@ -20,6 +20,7 @@ html.theme-light {
|
||||
--text-link: #8e2d53;
|
||||
--text-menu-active: #E8E3C3;
|
||||
color-scheme: light;
|
||||
--model-viewer-color: #345600;
|
||||
}
|
||||
|
||||
html.theme-dark {
|
||||
@@ -37,6 +38,7 @@ html.theme-dark {
|
||||
--text-link: #ec8f89;
|
||||
--text-menu-active: #1d150f;
|
||||
color-scheme: dark;
|
||||
--model-viewer-color: #cdb878;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -20,6 +20,7 @@ html.theme-light {
|
||||
--text-link: #4c6c94;
|
||||
--text-menu-active: #dfe4c4;
|
||||
color-scheme: light;
|
||||
--model-viewer-color: #556753;
|
||||
}
|
||||
|
||||
html.theme-dark {
|
||||
@@ -37,6 +38,7 @@ html.theme-dark {
|
||||
--text-link: #e58980;
|
||||
--text-menu-active: #1b1b1b;
|
||||
color-scheme: dark;
|
||||
--model-viewer-color: #a99b7a;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -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