Ensure subtitle is also dark
This commit is contained in:
parent
f7552e9565
commit
e6244bee51
1 changed files with 3 additions and 0 deletions
|
@ -83,7 +83,10 @@ section.hero {
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 3.5rem;
|
font-size: 3.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title,
|
||||||
|
.subtitle {
|
||||||
@include dark-mode {
|
@include dark-mode {
|
||||||
color: $dark-mode-text;
|
color: $dark-mode-text;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue