Skip to content

Commit 40135b2

Browse files
Add missing comma to light-mode selector example
1 parent a8287eb commit 40135b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)