From 32cc3de7a9d5db7a5a47120e45f6fba6a5bba5d9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:52:50 +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 50e5ed8..8d866fb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #000000; --card: #f9f9f9; - --foreground: #000f06e6; + --foreground: #ffffff; --primary-cta: #ffffff; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; - --secondary-cta-text: #000f06e6; + --secondary-cta-text: #ffffff; --accent: #e2e2e2; --background-accent: #c4c4c4; -- 2.49.1