From f0290c3353dfb669926518de6ae01f38304d3823 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:01:33 +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 4024a8f..ebd2d1c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #000000; --primary-cta: #000000; --primary-cta-text: #ffffff; - --secondary-cta: #fff8f8; + --secondary-cta: #000000; --secondary-cta-text: #fffbfb; --accent: #bb2424; --background-accent: #ffffff; -- 2.49.1