From 6c9e9eb67c5d454874621b4cd179125d40cdfe0b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:54:07 +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 1552236..4494559 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,9 +13,9 @@ --background: #ff0000; --card: #ffffff; --foreground: #a1f2ff; - --primary-cta: #ffffff; + --primary-cta: #000000; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; --accent: #ffffff; --background-accent: #000000; -- 2.49.1