Fix color on headers and paragraphs in globals
This commit is contained in:
parent
3bdeeb9a0e
commit
4c73ebf294
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ h1,
|
|||
h2,
|
||||
h3,
|
||||
p {
|
||||
color: $grey-15;
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue