From cabb7b77058b60aa3ffc141941f1f3ed383c66c2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:37: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 96c42f4..7499ba1 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: #3b82f6; + --accent: #f53bcd; --background-accent: #4e98f8; /* text sizing - set by ThemeProvider */ -- 2.49.1