From 6273a9fe9b66dae1b919c460b58c8fae857c623b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:58:47 +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 ac8d2dd..b891545 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #000000; --primary-cta: #cfcccc; --primary-cta-text: #f5faff; - --secondary-cta: #000000; + --secondary-cta: #e63131; --secondary-cta-text: #001122; --accent: #e63946; --background-accent: #f9f9f9; -- 2.49.1