From c25a6ae80353e2271fa8b6977081ed40c592b55d Mon Sep 17 00:00:00 2001 From: MantisClone Date: Tue, 16 Dec 2025 15:13:44 -0500 Subject: [PATCH] fix: change highlight button text color to black for better contrast Light green (#00E6A1) buttons now use black text instead of white for improved readability in dark mode. Fixes #178 --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 2a79632..cc417a8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -66,7 +66,7 @@ --chart-4: 280 65% 60%; --chart-5: 340 75% 55%; --highlight: 171 100% 42%; - --highlight-foreground: 0 0% 98%; + --highlight-foreground: 0 0% 3.9%; } }