diff --git a/src/styles/style.css b/src/styles/style.css index b64939b..f060ee8 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -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;