mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #1448 from tgfjt/patch-1
This commit is contained in:
commit
2d87b86caa
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ const StyledMarkdown = styled.div`
|
|||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
:where(h1, h2, h3, h4, h5, h6):has(code) code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
.hljs-deletion {
|
||||
background-color: var(--vscode-diffEditor-removedTextBackground);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue