fix(style): give header a solid background to hide scrolling content

Sets an opaque theme-appropriate background on the header so page content no longer shows through it when scrolling.
This commit is contained in:
2026-03-03 17:19:26 -08:00
committed by Naomi Carrigan
parent c729fa8a60
commit ff8b695118
+5 -1
View File
@@ -105,7 +105,11 @@ a[aria-current="page"] {
header { header {
color: var(--primary-color) !important; color: var(--primary-color) !important;
background-color: var(--background-color) !important; background-color: var(--witch-lavender) !important;
}
html[data-theme="dark"] header {
background-color: var(--witch-purple) !important;
} }
.large { .large {