We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8287eb + 40135b2 commit 9e0c005Copy full SHA for 9e0c005
docs/reference/images.md
@@ -182,7 +182,7 @@ hash fragment to the image URL:
182
=== "Custom light scheme"
183
184
``` css
185
- [data-md-color-scheme="custom-light"] img[src$="#only-dark"]
+ [data-md-color-scheme="custom-light"] img[src$="#only-dark"],
186
[data-md-color-scheme="custom-light"] img[src$="#gh-dark-mode-only"] {
187
display: none; /* Hide dark images in light mode */
188
}
0 commit comments