Merge pull request #5632 from charliermarsh/charliermarsh-patch-1

Add missing comma to light-mode selector example
This commit is contained in:
Martin Donath
2023-06-23 08:51:31 +02:00
committed by GitHub

View File

@@ -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 */
}