From 216ce20b42331a1b15fd0f97216dc16d0581f0d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:09:43 +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 619ba09..27e39c9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #020617; + --card: #1E293B; + --foreground: #F8FAFC; + --primary-cta: #3B82F6; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #94A3B8; --secondary-cta-text: #000f06e6; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #22C55E; + --background-accent: #0F172A; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);