From 25d530209b1040a8501678557a459125efff8331 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Sun, 5 Apr 2026 21:05:41 +0200 Subject: [PATCH] feat(web): style Markdown code blocks with border and tinted background Add subtle border, bg-muted/40 background, and rounded corners to fenced code blocks. Reset inline code styles inside highlighted blocks so Shiki colors show through cleanly. Co-Authored-By: Claude Opus 4.6 (1M context) --- webui2/src/components/content/markdown.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/webui2/src/components/content/markdown.tsx b/webui2/src/components/content/markdown.tsx index 90024cc377cd810f9825c31546888b7b8af3bc63..cac408c391a76bd50b8b2077d05c619ebb361fb3 100644 --- a/webui2/src/components/content/markdown.tsx +++ b/webui2/src/components/content/markdown.tsx @@ -178,10 +178,12 @@ export function Markdown({ content, className, repoContext }: MarkdownProps) {