generated from nhcarrigan/template
style: apply style guide fonts, colours, and readability fixes #31
@@ -154,11 +154,21 @@ site-search button[data-open-modal] {
|
|||||||
color: var(--primary-color) !important;
|
color: var(--primary-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#starlight__search {
|
||||||
|
--pagefind-ui-text: var(--primary-color);
|
||||||
|
--pagefind-ui-primary: var(--witch-rose);
|
||||||
|
}
|
||||||
|
|
||||||
#starlight__search input::placeholder {
|
#starlight__search input::placeholder {
|
||||||
color: var(--primary-color) !important;
|
color: var(--primary-color) !important;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagefind-ui__result-excerpt {
|
||||||
|
color: var(--primary-color) !important;
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|
||||||
#extra-footer-content {
|
#extra-footer-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
Reference in New Issue
Block a user