fix(web): use bg-muted as fallback for non-highlighted code blocks
Quentin Gliech
and
Claude Opus 4.6 (1M context)
created
Shiki's .shiki class overrides the background with its theme color.
For code blocks without a language (no Shiki), bg-muted provides a
visible container. This ensures both highlighted and plain code
blocks look correct in light and dark mode.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>