From 1c8246a2d7a6217b04f594ddafd16d45f5692a64 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:54:11 +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..e514c71 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: #000000; --card: #f1f8ff; --foreground: #001122; --primary-cta: #15479c; -- 2.49.1