From 0afbcc8a0907d24cbaa05f085d1e52e45366b741 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:27:31 +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 4e0cd83..66825a9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; - --accent: #FF0078; + --accent: #00afff; --background-accent: #9600FA; /* text sizing - set by ThemeProvider */ -- 2.49.1