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 3fcbc5d7b4 - Show all commits
+10
View File
@@ -124,6 +124,16 @@ starlight-theme-select > label {
color: var(--primary-color) !important; color: var(--primary-color) !important;
} }
starlight-theme-select select {
color: var(--primary-color) !important;
background-color: var(--background-color) !important;
}
starlight-theme-select select option {
color: var(--primary-color);
background-color: var(--background-color);
}
.social-icons::after { .social-icons::after {
display: none; display: none;
} }