From 67d07a1c931d057d5f4f33a7bf6f7013e9246b78 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:52:58 +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 05baddc..f4f822d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; + --background: #ebc819; --card: #dad6cd; --foreground: #2a2928; --primary-cta: #2a2928; -- 2.49.1