From 6f9ce8606bfd2da68fc78e43dd9167567b77b296 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:11:20 +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 f6f4bd6..be6acf8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #5f5f5f; + --background: #020202; --card: #1a1a1a; --foreground: #f5f5f5; --primary-cta: #ffdf7d; -- 2.49.1