Fix high contrast light md images (#205888)

Fixes #203686
This commit is contained in:
Matt Bierner 2024-02-21 09:00:14 -08:00 committed by GitHub
parent 2ad2a35cad
commit 52d39c1fa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only],
.vscode-high-contrast img[src$=\#gh-light-mode-only],
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
display: none;
}