From dc9ccadd7eb030aa32da1706d70e6d2228e09dab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:47: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 2987041..2eabf1d 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: #0B0B0B; - --primary-cta: #C9A24A; + --background: #0b0b0b; + --card: #151515; + --foreground: #ffffff; + --primary-cta: #c9a24a; --primary-cta-text: #0B0B0B; - --secondary-cta: #0B0B0B; + --secondary-cta: #c9a24a; --secondary-cta-text: #FFFFFF; - --accent: #C9A24A; - --background-accent: #f3eee2; + --accent: #c9a24a; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);