Skip to content

Commit a22f39b

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents 3be797e + 9e0c005 commit a22f39b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ hash fragment to the image URL:
182182
=== "Custom light scheme"
183183

184184
``` css
185-
[data-md-color-scheme="custom-light"] img[src$="#only-dark"]
185+
[data-md-color-scheme="custom-light"] img[src$="#only-dark"],
186186
[data-md-color-scheme="custom-light"] img[src$="#gh-dark-mode-only"] {
187187
display: none; /* Hide dark images in light mode */
188188
}

0 commit comments

Comments
 (0)