From 43df8f02dfd2d2f76b84492f182111fe71e9fd5d Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Sun, 5 Apr 2026 21:11:41 +0200 Subject: [PATCH] fix(web): remove bg-muted/40 from Markdown code blocks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tinted background was washing out Shiki's light-colored tokens (e.g. comments). Let Shiki's own theme background handle it — the border alone provides enough visual separation. Co-Authored-By: Claude Opus 4.6 (1M context) --- webui2/src/components/content/markdown.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui2/src/components/content/markdown.tsx b/webui2/src/components/content/markdown.tsx index cac408c391a76bd50b8b2077d05c619ebb361fb3..2b7972f66c52565169d11dba082578bae1a47deb 100644 --- a/webui2/src/components/content/markdown.tsx +++ b/webui2/src/components/content/markdown.tsx @@ -178,8 +178,8 @@ export function Markdown({ content, className, repoContext }: MarkdownProps) {