From c9cbc29c70d238dc388074d1ff346d0cae842b31 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:50:25 +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 4127ef3..1c5ec60 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffe7c5; + --background: #FFFFFF; --card: #f1f8ff; --foreground: #001122; --primary-cta: #15479c; -- 2.49.1