From 59488b1beed3ca545129e265ff69d712055f47d0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:56: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 fbcd469..0e36295 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #a74a4a; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; + --accent: #944848; --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ -- 2.49.1