From 877e66e941bda3d8edecd2532c08738975c6f853 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:18:53 +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 40f006e..5e8c9d2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfaf7; + --background: #9b6c43; --card: #ffffff; --foreground: #2b180a; --primary-cta: #8b5a2b; -- 2.49.1