From 63befd4e1c35e48a46bc11a43be2b3f4ae083b0d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:05:55 +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 a5d1e76..2c1f486 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #080000; --card: #1e0d0d; - --foreground: #ffe6e6; + --foreground: #3D251e; --primary-cta: #ff7a7a; --primary-cta-text: #080000; --secondary-cta: #1e0909;