This commit is contained in:
github-actions[bot] 2024-01-26 10:32:45 +00:00
parent 12334257a5
commit a617465bc5
2 changed files with 52 additions and 47 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;
}