From c4803836fb4e230f2591182a1dd78638524b2f8f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 20:42:26 +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 da061fe..09a8052 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #595959; - --foreground: #1c1c1c; + --foreground: #c7c7c7; --primary-cta: #511f1f; --primary-cta-text: #f5f5f5; --secondary-cta: #ffedbe;