Merge branch 'master' into docs/postfix-mastercf-add-sendercleanup-context

This commit is contained in:
Georg Lauterbach 2024-01-26 11:32:28 +01:00 committed by GitHub
commit 3c848da8ba
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;
}