From a97e827f95a0080e393ff93bafe0cce86704635c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 06:05:35 +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 fe1925e..eda6930 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #737373;; --background-accent: #737373;; */ - --background: #021559;; + --background: #000000;; --card: #1a1a1a;; --foreground: #f8f5ffe6;; --primary-cta: #c89bff;; -- 2.49.1