From ec4137dd194d860843577226b955d52234dc1945 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:44:46 +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 8213ca7..247a7e7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0B0F19; - --card: #111827; - --foreground: #FFFFFF; - --primary-cta: #00FFB2; + --background: #0a0a0c; + --card: #16161a; + --foreground: #fcfcfd; + --primary-cta: #d4af37; --primary-cta-text: #000000; - --secondary-cta: #D4AF37; + --secondary-cta: #2a2a30; --secondary-cta-text: #FFFFFF; - --accent: #334155; - --background-accent: #1E293B; + --accent: #b8860b; + --background-accent: #1f1f24; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);