From cc5b2d3db6f8dc3537360295666a81d5b68e6d2e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:29:32 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..40f9135 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,12 +12,12 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; + --accent: #0a7039; --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */