style: apply style guide fonts, colours, and readability fixes #31

Merged
naomi merged 14 commits from feat/style into main 2026-03-03 17:54:54 -08:00
Showing only changes of commit ff8b695118 - Show all commits
+5 -1
View File
@@ -105,7 +105,11 @@ a[aria-current="page"] {
header {
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 {