Override light color for function and params in md code preview

Fixes #52710
This commit is contained in:
Matt Bierner
2018-06-25 11:08:51 -07:00
parent 946ff76af6
commit 48c54a009f

View File

@@ -120,6 +120,11 @@ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@d
*/
.vscode-light .hljs-function,
.vscode-light .hljs-params {
color: inherit;
}
.vscode-light .hljs-comment,
.vscode-light .hljs-quote,
.vscode-light .hljs-variable {