From cbbc66d83f9f03a73ab50bc1613e1d77140b0323 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:59:12 +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 ab5cc0d..df552e3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,12 +11,12 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #ffffff; + --card: #000000; --foreground: #ffffff; --primary-cta: #c5a059; --primary-cta-text: #ffffff; --secondary-cta: #bfbebe; - --secondary-cta-text: #090909; + --secondary-cta-text: #000000; --accent: #c5a059; --background-accent: #000000; -- 2.49.1