markdown.css 608 B

1234567891011
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. .vscode-dark img[src$=\#gh-light-mode-only],
  6. .vscode-light img[src$=\#gh-dark-mode-only],
  7. .vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
  8. .vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
  9. display: none;
  10. }