Fix color on headers and paragraphs in globals

This commit is contained in:
Justin Edmund 2022-12-26 01:41:48 -08:00
parent 3bdeeb9a0e
commit 4c73ebf294

View file

@ -69,7 +69,7 @@ h1,
h2, h2,
h3, h3,
p { p {
color: $grey-15; color: var(--text-primary);
} }
h1 { h1 {