diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index d4b24a0684..436ee48334 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -158,3 +158,13 @@ body { .VPHome { font-family: var(--font-body); } + +.VPSidebarItem.level-1 .text, +.VPSidebarItem.level-2 .text, +.VPSidebarItem.level-3 .text { + font-weight: 300 !important; +} + +.VPSidebarItem.is-active .text { + color: var(--vp-c-brand); +}