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

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