Skip to content

Commit 9e0c005

Browse files
authored
Merge pull request #5632 from charliermarsh/charliermarsh-patch-1
Add missing comma to light-mode selector example
2 parents a8287eb + 40135b2 commit 9e0c005

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)