From 3423fda5bb1a3552c4ce476ce0a5ba8e81cb6ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:49:12 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e42f73a..7eafca1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #FFFFFF; - --card: #F9F9F9; - --foreground: #1E3A8A; - --primary-cta: #3B82F6; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #FFFFFF; - --secondary-cta: #FFFFFF; + --secondary-cta: #f9f9f9; --secondary-cta-text: #1E3A8A; - --accent: #F59E0B; - --background-accent: #64748B; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);