From 43b429421140c9d7c674dde8b3997fcdf6589db7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:55:21 +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 7c45937..6fc668c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #656565; + --background: #000000; --card: #f9f9f9; - --foreground: #000000; + --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #000000; --secondary-cta: #000000; -- 2.49.1