From 2eabf6f11007fcbc701d41d1a956ad689bc446fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:15:43 +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 41d74f9..2c5b991 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #121212; + --background: #F5F0E9; --card: #292929; --foreground: #f5f0e9; --primary-cta: #d4af37;