From c45360aff42d3591aee66aeb4824ba7e09f0d2f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:23:45 +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..9b20944 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: #2f6ead; --card: #f1f8ff; --foreground: #001122; --primary-cta: #15479c; -- 2.49.1