From bbc0c9fa14d760e12b9d27624dfe15edf6309aac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:13:39 +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 4280f63..1b1c641 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #1a1a1a; --secondary-cta-text: #f5f5f5; - --accent: #ff4d4d; + --accent: #f3ebeb; --background-accent: #e9e4e4; /* text sizing - set by ThemeProvider */