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 709cd1f528 - Show all commits
+5
View File
@@ -150,6 +150,11 @@ starlight-theme-select select option {
background-color: var(--background-color); background-color: var(--background-color);
} }
html[data-theme="dark"] starlight-theme-select select option {
color: var(--witch-purple) !important;
background-color: var(--witch-lavender) !important;
}
.social-icons::after { .social-icons::after {
display: none; display: none;
} }