From fb9cac2bf054beda084f7b1d3d83200154ea96e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 19:13:42 +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 a4230c7..ca2f6c1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #FFCDCD; --secondary-cta-text: #ffffff; - --accent: #94877c; + --accent: #ffffff; --background-accent: #fffcfa; /* text sizing - set by ThemeProvider */