From 5b2441260ba7a81208d74bc77edaf7ddb72c7656 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 17:54:49 +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 47bbc8e..3051d0b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f0f8ffe6; + --foreground: #fcfcfc; --primary-cta: #cee7ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; -- 2.49.1