From ba23840003f7e38f56f5427ad834efe3ee9acb58 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 07:25:48 +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 a35170a..b483a57 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0B1220; - --card: #111827; - --foreground: #FFFFFF; - --primary-cta: #D4AF37; - --primary-cta-text: #0B1220; - --secondary-cta: #111827; - --secondary-cta-text: #FFFFFF; - --accent: #D4AF37; - --background-accent: #111827; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #cee7ff; + --primary-cta-text: #000000; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #CEE7FF; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);