Ensure headings are light in dark mode
This commit is contained in:
parent
0813b80c73
commit
ffcb17de31
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ section.content {
|
||||||
scroll-margin-top: var(--hero-height); // navbar height (ish)
|
scroll-margin-top: var(--hero-height); // navbar height (ish)
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include dark-mode {
|
||||||
|
color: $dark-mode-text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue