Light theme heading colour

This commit is contained in:
James Barnsley
2019-08-26 16:56:23 +12:00
parent 0ebefe4dd9
commit 96bc99ce84

View File

@ -219,15 +219,10 @@ main {
h1 {
@include feature_font();
color: colour(white);
font-weight: 700;
font-size: 3.4rem;
line-height: 3.4rem;
letter-spacing: -0.15rem;
.light-theme & {
color: colour(grey);
}
}
h2 {