From 523f5c9f33ca52d34e70510effe3f91f9369c99e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:31:48 +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 0961a4e..42773b3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #040020; --primary-cta: #ff8c42; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #040020; --secondary-cta-text: #10005c; --accent: #e2e2e2; --background-accent: #ff8316;