Fix #82199, numbers hard to read in light theme markdown preview (#82450)

This commit is contained in:
Jakob Fahr 2019-10-14 20:47:53 +02:00 committed by Matt Bierner
parent 2c535a36e9
commit 9f2ca57b05

View file

@ -123,7 +123,9 @@ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@d
*/
.vscode-light .hljs-function,
.vscode-light .hljs-params {
.vscode-light .hljs-params,
.vscode-light .hljs-number,
.vscode-light .hljs-class {
color: inherit;
}