From d97ef2ad34c8e39ed9f8ff5d2a0823d4cbcd33a8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:13:59 +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 65ffd3d..d1f4cbe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f5faff; --card: #f1f8ff; --foreground: #001122; - --primary-cta: #15479c; + --primary-cta: #9c1414; --primary-cta-text: #f5faff; --secondary-cta: #ffffff; --secondary-cta-text: #001122; -- 2.49.1