From 4ecc89856d50638c9a399eba986f56e4f88cda51 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 15:03:38 +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 56120cc..ea3e14a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #151515; --card: #ffffff; - --foreground: #6005be; + --foreground: #340268; --primary-cta: #f20707; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; -- 2.49.1