Skip to content

Commit

Permalink
fix: apply font styling to direct child only (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Feb 21, 2024
1 parent 00f15c2 commit 3cb632c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/components/menu.scss
Expand Up @@ -180,7 +180,7 @@ html[data-theme="dark"] {
}

.theme-doc-sidebar-item-category-level-1 {
.menu__list-item-collapsible {
& > .menu__list-item-collapsible {
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.0825rem;
Expand Down

0 comments on commit 3cb632c

Please sign in to comment.