From 526ea86a71458eaa0d71285bef7a825245dc68fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:13:04 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6b3ab51..0e2de9e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #26432d; --card: #f9f9f9; - --foreground: #edf33c; + --foreground: #000000; --primary-cta: #e5f013; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;