From 90b61e510728b0cad22ae7b48244a66405182d9b Mon Sep 17 00:00:00 2001 From: Makoto Tateno Date: Sat, 2 Nov 2024 15:24:33 +0900 Subject: [PATCH] fix duplication of images in dark mode (#252) * fix duplication of images in dark mode * remove unneeded selector --- docs/.vitepress/theme/custom.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index 98ed6f9..7129dbe 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -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; }