From d7fa9569f03477cae39cdba39cee6364cf50005b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:28: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 6377b08..ae14f5e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #efebe5; + --background: #b4986e; --card: #f7f2ea; --foreground: #2b180a; --primary-cta: #2b180a;