chore: update styles.css to use primary text color variable

This commit is contained in:
itsscb 2025-03-04 21:48:21 +01:00
parent c791d6ad6d
commit d2a7f0d30b

View File

@ -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);
} }