We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3be797e + 9e0c005 commit a22f39bCopy full SHA for a22f39b
1 file changed
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