generated from nhcarrigan/template
fix(readable-background): add a translucent background to main content #23
@@ -1,7 +1,7 @@
|
||||
:root {
|
||||
/* Witch color palette */
|
||||
--witch-purple: #2b1b3d;
|
||||
--witch-purple-translucent: hsla(267, 40%, 17%, 0.423);
|
||||
--witch-purple-translucent: hsla(267, 40%, 17%, 0.597);
|
||||
--witch-plum: #44275a;
|
||||
--witch-rose: #a8577e;
|
||||
--witch-mauve: #d4a5c7;
|
||||
@@ -31,8 +31,11 @@
|
||||
|
||||
html[data-theme="dark"] {
|
||||
/* Dark theme uses darker colors for background, lighter for text */
|
||||
|
||||
.page {
|
||||
--background-color: var(--witch-purple-translucent);
|
||||
}
|
||||
--primary-color: var(--witch-lavender);
|
||||
--background-color: var(--witch-purple-translucent);
|
||||
--sl-color-text-accent: var(--witch-lavender);
|
||||
|
||||
/* Additional Starlight overrides for dark theme */
|
||||
|
||||
Reference in New Issue
Block a user