From ea860cdf50e63615639adffc9b26f4271eb5795b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:08: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 8588c61..7ab438e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #010912; + --background: #011012; --card: #152840; --foreground: #e6f0ff; --primary-cta: #cee7ff; -- 2.49.1