From fba0d16663758b60c956002a27f3893c1b5d3bc7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:42:03 +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 28866f4..1bdb497 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #000000; --card: #ffffff; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #1c1c1c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff;