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