diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 47a4f06..0432f50 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -723,6 +723,11 @@ button { background: var(--wb-acid); } +.dark .VPSidebarItem.is-active > .item .link { + color: var(--wb-ink) !important; + background: var(--wb-acid-soft); +} + .VPSidebarItem.is-active > .item .link::before { position: absolute; top: 0;