From 53da30c36ea9e64b885a5bdc76a889894041c78e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:01:42 +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 b925f2a..61fe8ef 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #25190c; + --foreground: #f2f2f2; --primary-cta: #ff6207; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; -- 2.49.1