From 113d13f22c94f7b5cd2cb52493f5c063535769a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:30:31 +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 1877186..003f95f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f7f6f7; --card: #ffffff; --foreground: #25190c; - --primary-cta: #ffffff; + --primary-cta: #0a60e6; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #25190c; -- 2.49.1