Ensure headings are light in dark mode

This commit is contained in:
Jake Howard 2022-09-06 08:57:34 +01:00
parent 0813b80c73
commit ffcb17de31
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -11,6 +11,10 @@ section.content {
scroll-margin-top: var(--hero-height); // navbar height (ish)
margin-right: 0.5rem;
}
@include dark-mode {
color: $dark-mode-text;
}
}
}