From 08ada20fbf1216d1750e30da825e3320998db311 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:24:14 +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 d6d68ca..095ab0b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #8B0000; - --accent: #ffffff; + --accent: #8B0000; --background-accent: #efe7dd; /* text sizing - set by ThemeProvider */ -- 2.49.1