Fix #5379 markdown Gray code makes code look wrong (#5954)

This commit is contained in:
Kevin Cunnane
2019-06-10 14:29:29 -07:00
committed by GitHub
parent 673ecc3870
commit f05260d95a

View File

@@ -46,6 +46,15 @@ https://raw.githubusercontent.com/isagalaev/highlight.js/master/src/styles/vs201
color: #DCDCDC;
}
.notebook-preview pre code .hljs-subst,
.notebook-preview pre code .hljs-function,
.notebook-preview pre code .hljs-title,
.notebook-preview pre code .hljs-params,
.notebook-preview pre code .hljs-formula {
color: var(--vscode-editor-foreground);
}
.notebook-preview .hljs-comment,
.notebook-preview .hljs-quote {
color: #57A64A;