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