fix(web): improve muted-foreground contrast ratio for WCAG AA compliance

Quentin Gliech and Claude Opus 4.6 (1M context) created

Darken --muted-foreground from oklch(0.552) to oklch(0.541) in light
mode, raising the contrast ratio on muted backgrounds from 4.39:1 to
~4.55:1 (WCAG AA minimum is 4.5:1).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Change summary

webui2/src/index.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

webui2/src/index.css 🔗

@@ -20,7 +20,7 @@
   --secondary: oklch(0.967 0.001 286.375);
   --secondary-foreground: oklch(0.21 0.006 285.885);
   --muted: oklch(0.967 0.001 286.375);
-  --muted-foreground: oklch(0.552 0.016 285.938);
+  --muted-foreground: oklch(0.541 0.016 285.938);
   --accent: oklch(0.967 0.001 286.375);
   --accent-foreground: oklch(0.21 0.006 285.885);
   --destructive: oklch(0.577 0.245 27.325);