From 92513dc17f8e00097df155c30f96c2614144f83a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:50:41 +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 7643b9c..42ec4fc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -14,7 +14,7 @@ --card: #3b1a01; --foreground: #FFFFFf; --primary-cta: #FF6B35; - --primary-cta-text: #ffffff; + --primary-cta-text: #FFFFFF; --secondary-cta: #4de4e2; --secondary-cta-text: #ffffff; --accent: #991b1b; -- 2.49.1