From e5b716af96b384d38704429e8bd48bfb73f73d87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:55:16 +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 8112d11..10d4b7a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,10 +12,10 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #000000; --primary-cta-text: #000000; - --secondary-cta: #f9f9f9; + --secondary-cta: #000000; --secondary-cta-text: #000000; --accent: #bb2424; --background-accent: #ffffff; -- 2.49.1