From 8b89b666d60b68539e6f12169bc13df8c02c456d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 21:50:49 +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 52f1030..86ed5a5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #0a2540; - --primary-cta: #52c5c7; + --primary-cta: #52abc7; --primary-cta-text: #ffffff; --secondary-cta: #0a2540; --secondary-cta-text: #ffffff; -- 2.49.1