From 078b0c12714c149f0ef0e358c64a702b8af47322 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 18:10:24 +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 5841536..f2dfbf1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0F172A; - --card: #1A2036; - --foreground: #FFFFFF; - --primary-cta: #DC2626; - --primary-cta-text: #FFFFFF; - --secondary-cta: #FFFFFF; - --secondary-cta-text: #0F172A; - --accent: #1D4ED8; - --background-accent: #3F496B; + --background: #1763BF; + --card: #2D72C7; + --foreground: #ffffff; + --primary-cta: #FF7B05; + --primary-cta-text: #000000; + --secondary-cta: #ffffff; + --secondary-cta-text: #000000; + --accent: #B3D4F5; + --background-accent: #0E4B99; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);