From fe12db1a16fdf0c03e2cde5d19a09bea6949be9a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:49:01 +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 7ccf0bf..a944db3 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: #106EFB; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #160906; - --secondary-cta: #000000; + --secondary-cta: #1a1a1a; --secondary-cta-text: #fff7e8; - --accent: #535353; - --background-accent: #106EFB; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);