From dbb0ec944207d78e189335b958dfc40ed076ef47 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:21:51 +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 fae8109..3bab426 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #0c1325; --primary-cta: #0b07ff; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #ff0000; --secondary-cta-text: #0200ff; --accent: #93b7ff; --background-accent: #a8bae8; -- 2.49.1