From 768f915c1fc4ae38e1e1013d938b8498fbd48bb7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:21:22 +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 8cff76c..9f64a55 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #efebe5; --secondary-cta: #ffffff; --secondary-cta-text: #000000; - --accent: #ffffff; + --accent: #000000; --background-accent: #e1b875; /* text sizing - set by ThemeProvider */ -- 2.49.1