mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Fix md preview substr highlighting (#208337)
Fix substr highlighting Fixes #205515
This commit is contained in:
@@ -159,13 +159,13 @@ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@d
|
||||
color: #a31515;
|
||||
}
|
||||
|
||||
.vscode-light .hljs-subst,
|
||||
.vscode-light .hljs-selector-attr,
|
||||
.vscode-light .hljs-selector-pseudo,
|
||||
.vscode-light .hljs-meta,
|
||||
.vscode-light .hljs-meta-keyword {
|
||||
color: #2b91af;
|
||||
}
|
||||
|
||||
.vscode-light .hljs-title,
|
||||
.vscode-light .hljs-doctag {
|
||||
color: #808080;
|
||||
|
||||
Reference in New Issue
Block a user