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