From 1206603222ff85efea586ce173ea7a74480ed4a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 21:22:38 +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 9048179..575e528 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5f4f0; --card: #ffffff; - --foreground: #ff0000; + --foreground: #0d0d0d; --primary-cta: #b22222; --primary-cta-text: #ffffff; --secondary-cta: #111111; -- 2.49.1