We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472af59 commit 8182fd5Copy full SHA for 8182fd5
extensions/github/markdown.css
@@ -4,6 +4,8 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
.vscode-dark img[src$=\#gh-light-mode-only],
7
-.vscode-light img[src$=\#gh-dark-mode-only] {
+.vscode-light img[src$=\#gh-dark-mode-only],
8
+.vscode-high-contrast img[src$=\#gh-light-mode-only],
9
+.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
10
display: none;
11
}
0 commit comments