From b276eb047ceec7de9ca0ca7c5528d16b4687c6eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 06:08:12 +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 fe06ebd..4ee3bf2 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: #fce7f3; + --accent: #f5e8fc; --background-accent: #fbcfe8; /* text sizing - set by ThemeProvider */ -- 2.49.1