From 9f650610a86bcf6e99d0051c8c65b8156e54c083 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:27:15 +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 597cd1b..34c5ab2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #FFFFFf; --secondary-cta: #F4C6Cc; --secondary-cta-text: #7A645c; - --accent: #f5c4c7; + --accent: #A8BFA3; --background-accent: #ffffc7; /* text sizing - set by ThemeProvider */ -- 2.49.1