From 9f958e283baa25f88667d8b2bf458f723ffcdc7b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 06:09:23 +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 4ee3bf2..68b9ce8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #fbcfe8; --secondary-cta-text: #831843; - --accent: #f5e8fc; + --accent: #ff0ab0; --background-accent: #fbcfe8; /* text sizing - set by ThemeProvider */ -- 2.49.1