chore: update styles.css to use primary text color variable
This commit is contained in:
parent
c791d6ad6d
commit
d2a7f0d30b
@ -13,4 +13,5 @@ body {
|
|||||||
/*font-size: 1.25rem;*/
|
/*font-size: 1.25rem;*/
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user