Fix markdown code block default color to use --text not --mdCodeBlock
The mdCodeBlock color was being applied to all text in code blocks, overriding hljs syntax highlighting for unspanned text.
This commit is contained in:
@@ -620,7 +620,7 @@
|
||||
.markdown-content pre code {
|
||||
display: block;
|
||||
background: none;
|
||||
color: var(--mdCodeBlock);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.markdown-content blockquote {
|
||||
|
||||
Reference in New Issue
Block a user