From 73772bba971d65e1d343d366c6f4842a3b69fb2f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:04:17 +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 ee8d361..875c87b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #f6f0e9; --secondary-cta: #efe7dd; --secondary-cta-text: #2b180a; - --accent: #94877c; + --accent: #94917c; --background-accent: #afa094; /* text sizing - set by ThemeProvider */ -- 2.49.1