From 03179badbf774b11c11d8e42c505c07b78549f8a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:00:58 +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 5162229..4024a8f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -14,8 +14,8 @@ --card: #ffffff; --foreground: #000000; --primary-cta: #000000; - --primary-cta-text: #000000; - --secondary-cta: #000000; + --primary-cta-text: #ffffff; + --secondary-cta: #fff8f8; --secondary-cta-text: #fffbfb; --accent: #bb2424; --background-accent: #ffffff; -- 2.49.1