From e68c51b185eafedf910a6d226160ba38b7234009 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:52:58 +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 93cc93c..71284cb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #f9f9f9; - --foreground: #000612e6; + --foreground: #EDE8D0; --primary-cta: #106EFB; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1