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