From 2d11bf7a4a510a5c83eae5251e052e14a4851212 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:26:24 +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 c0a4dfc..f6739fa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e9c535; + --background: #bd65de; --card: #c9b2b2; --foreground: #1a1a1a; --primary-cta: #c9a710; -- 2.49.1