From 6cc86c8b6382ffcf1cf676bbbcba00fd55cff9c7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 23:00:00 +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 7feec60..0a04771 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #f7f0f3; --secondary-cta: #f9d9e8; --secondary-cta-text: #401a1c; - --accent: #f4d8e4; + --accent: #ffb3d4; --background-accent: #e8c1d3; /* text sizing - set by ThemeProvider */