From 935c383b2cce18cbd47b9fe957a17fc0e6e12b2d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:48:11 +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 0f616fa..c8e3cd2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e2a9c1; + --background: #e9dae0; --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #c7273f; -- 2.49.1