mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Add missing comma to light-mode selector example
This commit is contained in:
parent
a8287eba1b
commit
40135b2102
@ -182,7 +182,7 @@ hash fragment to the image URL:
|
|||||||
=== "Custom light scheme"
|
=== "Custom light scheme"
|
||||||
|
|
||||||
``` css
|
``` 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"] {
|
[data-md-color-scheme="custom-light"] img[src$="#gh-dark-mode-only"] {
|
||||||
display: none; /* Hide dark images in light mode */
|
display: none; /* Hide dark images in light mode */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user