From 55855af6ff7e0bc5fe5ea07fdf352e7ca6803c13 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 20:10:09 +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 32083d5..e74c319 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; + --background: #C68A62; --card: #ffffff; --foreground: #27231f; --primary-cta: #27231f;