Merge pull request #1448 from tgfjt/patch-1

This commit is contained in:
Chris Estreich 2025-03-07 03:01:51 -08:00 committed by GitHub
commit 2d87b86caa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);