Skip to content

Commit

Permalink
Restore bigger font-size for categories title in sidebar (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Oct 14, 2024
1 parent 91dc8eb commit 367e7a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus/src/scss/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ $selector-color-mode-toggle-wrapper: 'div[class*="ColorModeToggle"]';
> .menu__list-item-collapsible {
font-weight: 700;
font-size: var(--strapi-font-size-sm);

> .menu__link--sublist {
font-size: 16px;
}
}
}
}
Expand Down

0 comments on commit 367e7a4

Please sign in to comment.