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 1224d47218 - Show all commits
+9
View File
@@ -150,6 +150,15 @@ starlight-theme-select > label {
color: var(--primary-color) !important;
}
site-search button[data-open-modal] {
color: var(--primary-color) !important;
}
#starlight__search input::placeholder {
color: var(--primary-color) !important;
opacity: 0.8;
}
#extra-footer-content {
display: flex;
flex-direction: row;