mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
5 lines
112 B
CSS
5 lines
112 B
CSS
.vscode-dark img[src$=\#gh-light-mode-only],
|
|
.vscode-light img[src$=\#gh-dark-mode-only] {
|
|
display: none;
|
|
}
|