Fix markdown pre and quote styling (#189586)

This commit is contained in:
David Dossett
2023-08-03 15:41:07 -07:00
committed by GitHub
parent f3a8b62b71
commit 45efcb4d17
3 changed files with 9 additions and 7 deletions

View File

@@ -200,10 +200,11 @@ table > tbody > tr + tr > td {
}
blockquote {
margin: 0 7px 0 5px;
padding: 0 16px 0 10px;
margin: 0;
padding: 2px 16px 0 10px;
border-left-width: 5px;
border-left-style: solid;
border-radius: 2px;
}
code {
@@ -232,6 +233,7 @@ pre code {
pre {
background-color: var(--vscode-textCodeBlock-background);
border: 1px solid var(--vscode-widget-border);
}
.vscode-high-contrast h1 {