From b56e820f75667f77a8d6337c27116f78265d9567 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:00:09 +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 b891545..7c5aa60 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,10 +10,10 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #efecec; + --background: #ffffff; --card: #f23636; --foreground: #000000; - --primary-cta: #cfcccc; + --primary-cta: #ffffff; --primary-cta-text: #f5faff; --secondary-cta: #e63131; --secondary-cta-text: #001122; -- 2.49.1