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