From c8fea2b30764960a1be8ef0079cdc64f2db022af Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:46:22 +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 b2afa68..0363502 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: #fcfcfc; - --foreground: #0B1F3A; - --primary-cta: #C8A96A; + --background: #0a0c10; + --card: #151821; + --foreground: #e2e8f0; + --primary-cta: #d4af37; --primary-cta-text: #111111; - --secondary-cta: #111111; + --secondary-cta: #1e3a8a; --secondary-cta-text: #ffffff; - --accent: #e2e2e2; - --background-accent: #0B1F3A; + --accent: #c5a028; + --background-accent: #1a1e2a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);