Skip to content

Commit 9f2ca57

Browse files
jfhrMatt Bierner
authored andcommitted
Fix microsoft#82199, numbers hard to read in light theme markdown preview (microsoft#82450)
1 parent 2c535a3 commit 9f2ca57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

extensions/markdown-language-features/media/highlight.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@d
123123
*/
124124

125125
.vscode-light .hljs-function,
126-
.vscode-light .hljs-params {
126+
.vscode-light .hljs-params,
127+
.vscode-light .hljs-number,
128+
.vscode-light .hljs-class {
127129
color: inherit;
128130
}
129131

0 commit comments

Comments
 (0)