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