From 974aacc11b4e2353ffe0b65299ed1146c0ad7653 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:53:36 +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 11ed02d..9bee940 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #7f5200; + --foreground: #01015e; --primary-cta: #f1bc1d; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; -- 2.49.1