We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7376fb commit 5d7a733Copy full SHA for 5d7a733
1 file changed
docs/.vitepress/theme/style.css
@@ -200,10 +200,10 @@
200
* Dark/light mode images
201
* -------------------------------------------------------------------------- */
202
203
-.dark .light-only,
204
-:not(.dark) .dark-only {
205
- display: none !important;
206
-}
+ html.dark .light-only,
+ html:not(.dark) .dark-only {
+ display: none !important;
+ }
207
208
/**
209
* Chart/image containers
0 commit comments