From 7e0d32dea1a913150294a4eac5e95edc058c57b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:47:56 +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 65ffd3d..d025668 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: #9edcff; --card: #f1f8ff; --foreground: #001122; --primary-cta: #15479c; -- 2.49.1