From 96a206561b60f84461d97de39e4a180733edc23e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:59:07 +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 6ea527f..3a5c203 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #1c1c1c; - --foreground: #fcfcfc; - --primary-cta: #e6b940; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #0a0a0a; - --secondary-cta: #1c1c1c; - --secondary-cta-text: #e6b940; - --accent: #e6b940; - --background-accent: #363636; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);