Fix markdown light and dark mode when using high contrast themes (#203690)

This commit is contained in:
Lucas Towers 2024-01-31 16:54:32 -08:00 committed by GitHub
parent 472af59e08
commit 8182fd55db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only] {
.vscode-light img[src$=\#gh-dark-mode-only],
.vscode-high-contrast img[src$=\#gh-light-mode-only],
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
display: none;
}