Ensure subtitle is also dark

This commit is contained in:
Jake Howard 2022-08-27 20:42:44 +01:00
parent f7552e9565
commit e6244bee51
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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;
}