From 63bdd0a72305d46306a6a09d2bc5badebffc9b3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:27:33 +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 51bd66e..a31a037 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #b3aab7; + --background: #9d9d9a; --card: #c9b2b2; --foreground: #1a1a1a; --primary-cta: #c9a710; -- 2.49.1