Skip to content

Commit

Permalink
fix duplication of images in dark mode (#252)
Browse files Browse the repository at this point in the history
* fix duplication of images in dark mode

* remove unneeded selector
  • Loading branch information
makotot authored Nov 2, 2024
1 parent c51e7b6 commit 90b61e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
overflow: hidden;
}

html:not(.dark) .vp-doc img[src$='#dark']{
display: none;
}
html:not(.dark) .vp-doc img[src$='#dark'] {
display: none;
}

Expand Down

0 comments on commit 90b61e5

Please sign in to comment.