From c5842b340fcc86664b8d652470b93a819fb15b75 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:31: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 9729a0a..0e27a86 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #25190c; --primary-cta: #0a60e6; --primary-cta-text: #000000; - --secondary-cta: #ffffff; + --secondary-cta: #030303; --secondary-cta-text: #25190c; --accent: #090808; --background-accent: #ffffff; -- 2.49.1