From 482edb0bb988cb530189654eea9d793ed933a117 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 21:34:31 +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 dbdbc9e..7304489 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #511f1f; + --primary-cta: #ffffff; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; -- 2.49.1