From feb294e3c4ec194ee0c136ca40c4cbe2a58027ce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:43:58 +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 cc6b402..b87fff3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5f4ef; --card: #000000; - --foreground: #b33b3b; + --foreground: #c62f2f; --primary-cta: #2a2928; --primary-cta-text: #f5f4ef; --secondary-cta: #ecebea;