From 79ecfbac5f01800bb69b900bc820cd0fb407c175 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:26:54 +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 bd58d00..f089ea6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; + --background: #f1e0f8; --card: #c9b2b2; --foreground: #1a1a1a; --primary-cta: #c9a710; -- 2.49.1