From e6244bee5162468a4c1c7cdcd5dc974c1e986f2b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 27 Aug 2022 20:42:44 +0100 Subject: [PATCH] Ensure subtitle is also dark --- static/src/scss/_hero.scss | 3 +++ 1 file changed, 3 insertions(+) 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; }