mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Added theme image support to the markdown preview (#137820)
This commit is contained in:
4
extensions/github/markdown.css
Normal file
4
extensions/github/markdown.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.vscode-dark img[src$=\#gh-light-mode-only],
|
||||
.vscode-light img[src$=\#gh-dark-mode-only] {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user