From 243c0e46979d798124ab249d555e61be4aa57c5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:07:41 +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 0cc4272..37d7816 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; - --accent: #93c7ff; + --accent: #A7012A; --background-accent: #A7012A; /* text sizing - set by ThemeProvider */ -- 2.49.1