docs: UX Improvement - Better distinguish side nav page categories (#3835)

This commit is contained in:
Brennan Kinney 2024-01-26 23:32:18 +13:00 committed by GitHub
parent 47f8d50beb
commit 487867285b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -102,3 +102,8 @@ div.md-content article.md-content__inner a.toclink code {
.highlight.no-copy .md-clipboard { display: none; }
/* ============================================================================================================= */
/* Make the left-sidebar nav categories better distinguished from page links (bold text) */
.md-nav__item--nested > .md-nav__link {
font-weight: 700;
}