From 626f883388eb27fc984625a7bd2d960644e0ad2a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:38:19 +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 7499ba1..9b66d63 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: #0a0a0a; - --accent: #f53bcd; + --accent: #f5e23b; --background-accent: #4e98f8; /* text sizing - set by ThemeProvider */