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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {

View file

@ -114,9 +114,9 @@
"tab.unfocusedHoverBackground": "#6e76811a",
"terminal.foreground": "#cccccc",
"terminal.tab.activeBorder": "#0078d4",
"textBlockQuote.background": "#010409",
"textBlockQuote.border": "#ffffff14",
"textCodeBlock.background": "#6e768166",
"textBlockQuote.background": "#2B2B2B",
"textBlockQuote.border": "#616161",
"textCodeBlock.background": "#2B2B2B",
"textLink.activeForeground": "#40A6FF",
"textLink.foreground": "#40A6FF",
"textSeparator.foreground": "#21262d",

View file

@ -127,9 +127,9 @@
"terminal.foreground": "#3b3b3b",
"terminal.inactiveSelectionBackground": "#E5EBF1",
"terminal.tab.activeBorder": "#005fb8",
"textBlockQuote.background": "#f8f8f8",
"textBlockQuote.background": "#F8F8F8",
"textBlockQuote.border": "#0000001a",
"textCodeBlock.background": "#f2f2f2",
"textCodeBlock.background": "#F8F8F8",
"textLink.activeForeground": "#005FB8",
"textLink.foreground": "#005FB8",
"textSeparator.foreground": "#21262d",