From 778dc099439bbd94bd1ae23133f96b6d69eec28e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 09:47:46 +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 3d32c31..c386978 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #030128; --secondary-cta: #131136; --secondary-cta-text: #d5d4f6; - --accent: #44358a; + --accent: #2e1f6f; --background-accent: #bca3fd; /* text sizing - set by ThemeProvider */