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
@@ -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",
@@ -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",