From 0f1ca67a2be45d6b7fdac667e58c074157d5ee5b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:52:55 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b483a57..e117397 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #cee7ff; - --primary-cta-text: #000000; - --secondary-cta: #000000; - --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #CEE7FF; + --background: #1A1A1A; + --card: #2E3A2F; + --foreground: #FFD700; + --primary-cta: #325D3A; + --primary-cta-text: #FFFFFF; + --secondary-cta: #4A4A4A; + --secondary-cta-text: #FFD700; + --accent: #DAA520; + --background-accent: #6B705B; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);