Added theme image support to the markdown preview (#137820)

This commit is contained in:
Jonathan Carter
2021-12-06 18:06:02 -08:00
committed by GitHub
parent 4fb22d76cf
commit 1921071835
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only] {
display: none;
}