From 8f9c3a80f2e333b4f32adc1874fec2b0853f846e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:26:31 +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 64b001b..6e88ac8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; + --background: #ffff83; --card: #ffffff; --foreground: #001122; --primary-cta: #1ceb32; -- 2.49.1