diff --git a/frontend/src/styles.css b/frontend/src/styles.css index f82bce3..e9bbd20 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -13,4 +13,5 @@ body { /*font-size: 1.25rem;*/ line-height: 1.25; background-color: black; + color: var(--primary-text-color); }