From d2a7f0d30b9fa5ed0613a4799a5826bcf458580d Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 4 Mar 2025 21:48:21 +0100 Subject: [PATCH] chore: update styles.css to use primary text color variable --- frontend/src/styles.css | 1 + 1 file changed, 1 insertion(+) 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); }