From 6e0acc3141331c87a14271a294bebda4ba13cee1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:26:13 +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 3e58792..930cc60 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: #1A1C5A; - --accent: #1A1C5A; + --accent: #8B0000; --background-accent: #efe7dd; /* text sizing - set by ThemeProvider */ -- 2.49.1