From 163bae4b25a2f56035fca96c02482720491821ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 19:15:11 +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 895aee4..5ea547e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #000000; --secondary-cta: #FFCDCD; --secondary-cta-text: #000000; - --accent: #ffffff; + --accent: #f6dddd; --background-accent: #fffcfa; /* text sizing - set by ThemeProvider */