Skip to content

Commit 52d39c1

Browse files
authored
Fix high contrast light md images (microsoft#205888)
Fixes microsoft#203686
1 parent 2ad2a35 commit 52d39c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/github/markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.vscode-dark img[src$=\#gh-light-mode-only],
77
.vscode-light img[src$=\#gh-dark-mode-only],
8-
.vscode-high-contrast img[src$=\#gh-light-mode-only],
8+
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
99
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
1010
display: none;
1111
}

0 commit comments

Comments
 (0)