From d914eecc8025645559b02734e62212049e7b3ba0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 11:49:50 +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 d8b9758..e176eaf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #0f0022; - --accent: #6A00F4; + --accent: #0e001f; --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */