From 42653c5bfbd5f6fcdefa6cb08ec5461b153acd8f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:32:08 +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 326f032..ec2880d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfaf7; + --background: #d1c6a4; --card: #f0ede9; --foreground: #000000; --primary-cta: #8b7355; -- 2.49.1