From 4ebc8b2f0774453cc82eeaec2bc53916e48fed8a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:02:31 +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 2736194..032a5c4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ef6464; --card: #f9f9f9; - --foreground: #120006e6; + --foreground: #f33b3e; --primary-cta: #e63946; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1