From 0b234675d86026aa347fd5f148200ca0f8ebdc59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:38:59 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8c3c9a8..266a757 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1A1412; - --card: #1A1412; + --background: #1F1A17; + --card: #2B231F; --foreground: #EAE7E1; --primary-cta: #D4AF37; --primary-cta-text: #EAE7E1;