From b8aaa1967f50dfeda2f4ecbbce0b4770a85c757b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:59:52 +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 3d3eb01..4e949bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #ffffff; --card: #f0ffff; --foreground: #000000; - --primary-cta: #00bfff; + --primary-cta: #4fe2fb; --primary-cta-text: #ffffff; --secondary-cta: #f0ffff; --secondary-cta-text: #120a00e6;