From e0faed791749cd64e637d4ea2cd5317597892454 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:58:10 +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 b42da81..7f7bb3b 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: #f9f9f9; - --foreground: #000000; - --primary-cta: #d4af37; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #d4af37; - --background-accent: #f4f4f4; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);