From 270b5b2ea894c989d6c309bb72ce1a50919ec58e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:52:46 +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 97f44ab..a89bc28 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #0f1e3a; --secondary-cta-text: #1c1818; - --accent: #b8965a; + --accent: #070707; --background-accent: #9c7207; /* text sizing - set by ThemeProvider */ -- 2.49.1