From 4987347dbe7ee6d99645cb338dce11f4dca3be0e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:55:55 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..0edfb47 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,8 +12,8 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6;