From 1329892f8db8987643cba305cbe7fe7e038de0b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:15:29 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a7021e9..d0d42d4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0f0a05; + --background: #ffedda; --card: #1a1410; --foreground: #ffffff; --primary-cta: #d4af37; -- 2.49.1