From 2fa432a85f270973dd6847995ac1fad1dcd06164 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:54:51 +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 a524e1b..fa8ba11 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #ffffff; - --primary-cta: #1f514c; + --primary-cta: #2494c9; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; -- 2.49.1