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 e18eb9dec6 - Show all commits
+4
View File
@@ -103,6 +103,10 @@ a[aria-current="page"] {
background-color: var(--witch-rose) !important; background-color: var(--witch-rose) !important;
} }
html[data-theme="dark"] a[aria-current="page"] {
color: var(--witch-moon) !important;
}
header { header {
color: var(--primary-color) !important; color: var(--primary-color) !important;
background-color: var(--witch-lavender) !important; background-color: var(--witch-lavender) !important;