diff --git a/docs/reference/images.md b/docs/reference/images.md index ee0245a1aa6..c13cf86ee04 100644 --- a/docs/reference/images.md +++ b/docs/reference/images.md @@ -182,7 +182,7 @@ hash fragment to the image URL: === "Custom light scheme" ``` css - [data-md-color-scheme="custom-light"] img[src$="#only-dark"] + [data-md-color-scheme="custom-light"] img[src$="#only-dark"], [data-md-color-scheme="custom-light"] img[src$="#gh-dark-mode-only"] { display: none; /* Hide dark images in light mode */ }