From ae99d49ab85656aa78d11260f886caab3d7c08b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:10:08 +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 9d6931e..768bff1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #250c0d; + --foreground: #787272; --primary-cta: #E46E47; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff;