From 78f90e5dc52d28182b393ebdc1604161fc11470b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 09:47:34 +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 539ce00..40380fc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,11 +10,11 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #ff1e1e; --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; + --primary-cta-text: #ff8686; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #15479c; -- 2.49.1