diff --git a/packages/coding-agent/src/core/export-html/template.css b/packages/coding-agent/src/core/export-html/template.css index e6f6dad1..1e8ab138 100644 --- a/packages/coding-agent/src/core/export-html/template.css +++ b/packages/coding-agent/src/core/export-html/template.css @@ -620,7 +620,7 @@ .markdown-content pre code { display: block; background: none; - color: var(--mdCodeBlock); + color: var(--text); } .markdown-content blockquote {