From a38924fd7ab2d006cc2224dfc5f182bedaf28b34 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 23:38:58 +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 6538855..4437e0b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0B0B0B; - --card: #111111; - --foreground: #F8F5F0; - --primary-cta: #D4AF37; + --background: #0b0b0b; + --card: #1a1a1a; + --foreground: #f8f5f0; + --primary-cta: #d4af37; --primary-cta-text: #0B0B0B; - --secondary-cta: #8B0000; + --secondary-cta: #8b0000; --secondary-cta-text: #F8F5F0; - --accent: #D4AF37; - --background-accent: #1A1A1A; + --accent: #d4af37; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);