From f48109317e2c0dd048d18541819d1a870daf8482 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:56:47 +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 17ffed8..5ddc532 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: #006bd6; --card: #f1f8ff; --foreground: #001122; --primary-cta: #15479c; -- 2.49.1