From 43f7a10d2e256eb348cd272179093ad3f071c112 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:17:09 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6746375..d2ffc19 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: #F8F9FB; - --foreground: #111827; - --primary-cta: #2563EB; - --primary-cta-text: #FFFFFF; - --secondary-cta: #6B7280; - --secondary-cta-text: #FFFFFF; - --accent: #F59E0B; - --background-accent: #EEF2F6; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1f3251; + --primary-cta-text: #f5f5f5; + --secondary-cta: #ffffff; + --secondary-cta-text: #1c1c1c; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);