From 397ef92d08c57885c9d0214d5ac870c1130c148f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:35:59 +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 c0daa7d..352fa43 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #000000; --card: #f9f9f9; - --foreground: #000612e6; + --foreground: #ffffff; --primary-cta: #dc8e09; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1