From 144c24d47c1a3c327ef258d8c8b678d8574bb44d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 06:07:07 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6244bf7..b4b2f51 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #737373;; --background-accent: #737373;; */ - --background: #ffffff;; + --background: #000000;; --card: #1a1a1a;; - --foreground: #000000;; + --foreground: #ffffff;; --primary-cta: #c89bff;; --primary-cta-text: #0a0a0a;; --secondary-cta: #1a1a1a;; -- 2.49.1