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