From 3fcbc2e77d629d766a5c7e3ad1afb819d7a58c08 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:03:00 +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 cfe8657..d12c3c0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #1b0c25; + --foreground: #250c0d; --primary-cta: #b82b40; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; -- 2.49.1