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