Make muted text fully black

Adjust CSS to set muted-foreground to black (0 0% 0%) so smaller/brown/gray text renders black across UI.

X-Lovable-Edit-ID: edt-39b1936d-de6d-4c24-bd7c-78264abb5baf
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:52:47 +00:00
+1 -1
View File
@@ -24,7 +24,7 @@
--secondary-foreground: 25 30% 18%;
--muted: 35 15% 85%;
--muted-foreground: 25 15% 45%;
--muted-foreground: 0 0% 0%;
--accent: 4 70% 45%;
--accent-foreground: 40 30% 96%;