From a61ad3d0976bd9e0d91cadb31d1d2e8b9180e2fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 20:12:20 +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 dbc15c1..c043069 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F5F5DC; + --background: #FFFDD0; --card: #ffffff; --foreground: #27231f; --primary-cta: #27231f;