From ee40c5dea13a7cc3ef966df1ac09a4e43478b6e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:58:35 +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 8d911f5..ac8d2dd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #efecec; --card: #f23636; --foreground: #000000; - --primary-cta: #e63946; + --primary-cta: #cfcccc; --primary-cta-text: #f5faff; --secondary-cta: #000000; --secondary-cta-text: #001122; -- 2.49.1