From f3e1f8542acefc0205f0b07c919f37d288c4dc1f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 16:57:08 +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 ae40b72..b469fbb 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: #f8f8f8; - --foreground: #000000; - --primary-cta: #E4002B; + --background: #000000; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ff0000; --primary-cta-text: #ffffff; - --secondary-cta: #0056B3; + --secondary-cta: #106EFB; --secondary-cta-text: #ffffff; - --accent: #0056B3; - --background-accent: #D6E8FF; + --accent: #106EFB; + --background-accent: #333333; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);