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