From 6096f5c222fde19e78b186cc1f36d359590e1e3c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:38:14 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 349467d..fb53b2c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #ffffff; --card: #fcfcfc; --foreground: #000000; - --primary-cta: #e41b1b; + --primary-cta: #ff0e0e; --primary-cta-text: #ffffff; --secondary-cta: #1e2ab7; --secondary-cta-text: #ffffff; -- 2.49.1