fix(style): improve hero tagline contrast

Targets the Starlight hero tagline element to use the primary colour variable, ensuring readable contrast in both light and dark modes.
This commit is contained in:
2026-03-03 16:58:13 -08:00
committed by Naomi Carrigan
parent 1748b26b7b
commit 1396212d2e
+4
View File
@@ -146,6 +146,10 @@ starlight-theme-select > label {
background-color: var(--witch-plum) !important;
}
.hero .tagline {
color: var(--primary-color) !important;
}
#extra-footer-content {
display: flex;
flex-direction: row;