From 1470cec7bf5b553e060f263f8aace508b06797db Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:20:02 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 487c99a..6dfa456 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; - --card: #ffffff; - --foreground: #1a1a1a; + --background: #000000; + --card: #1a1a1a; + --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #1A1D2E; - --secondary-cta: #ffffff; + --secondary-cta: #333333; --secondary-cta-text: #FFFFFF; --accent: #d4af37; - --background-accent: #f3e5ab; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);