This commit is contained in:
David Dossett 2022-02-23 16:55:41 -08:00
parent 142bb5350a
commit 4bef8dc8d7
2 changed files with 3 additions and 3 deletions

View file

@ -216,7 +216,7 @@ pre code {
}
.vscode-high-contrast pre {
background-color: rgb(0, 0, 0);
background-color: var(--vscode-textCodeBlock-background);
}
.vscode-high-contrast h1 {

View file

@ -17,9 +17,9 @@
"window.activeBorder": "#0F4A85",
"window.inactiveBorder": "#0F4A85",
"textBlockQuote.background": "#0000",
"textBlockQuote.background": "#f2f2f2",
"textBlockQuote.border": "#292929",
"textCodeBlock.background": "#0000",
"textCodeBlock.background": "#f2f2f2",
"textLink.activeForeground": "#0F4A85",
"textLink.foreground": "#0F4A85",
"textPreformat.foreground": "#292929",