mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 12:00:15 +00:00
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:
parent
28434ce3a6
commit
d612bc45f5
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@
|
||||||
.markdown-content pre code {
|
.markdown-content pre code {
|
||||||
display: block;
|
display: block;
|
||||||
background: none;
|
background: none;
|
||||||
color: var(--mdCodeBlock);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-content blockquote {
|
.markdown-content blockquote {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue