Skip to content

Commit

Permalink
feat: make sidebar menu medium font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jan 9, 2025
1 parent a089fbc commit fba70c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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: normal !important;
}

.VPSidebarItem.is-active .text {
color: var(--vp-c-brand);
}

0 comments on commit fba70c6

Please sign in to comment.