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