Fix md preview substr highlighting (#208337)

Fix substr highlighting

Fixes #205515
This commit is contained in:
Matt Bierner
2024-03-21 14:32:35 -07:00
committed by GitHub
parent 3132200934
commit 70e896c977

View File

@@ -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;