From d748474f51ed4d18d9da1d3b4c175451e6af3bac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:45:01 +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 50c45b7..de6d182 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ed; + --background: #f5d8bf; --card: #fefdf9; --foreground: #2c2c2c; --primary-cta: #6F4E37;