From 972df4302b0206a743ccd96d7580393dd1df3c20 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:25:01 +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 34b4d78..337138d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #5f5f5f; --card: #f3f3f3; - --foreground: #9e2d2d; + --foreground: #000000; --primary-cta: #962EFF; --primary-cta-text: #f2f2f2; --secondary-cta: #ffffff; -- 2.49.1