diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index 48240ef..89f34f6 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -83,7 +83,10 @@ section.hero { margin-bottom: 1.25rem; font-weight: 300; font-size: 3.5rem; + } + .title, + .subtitle { @include dark-mode { color: $dark-mode-text; }