make code text in headers not bold

This commit is contained in:
shamoon 2023-09-21 10:51:31 -07:00
parent ff9b76439d
commit 6e6147512d

View File

@ -35,7 +35,12 @@
margin-right: .5rem; margin-right: .5rem;
} }
/* Hide config vars from sidebar toc and move the border on mobile case their hidden */ /* make code in headers not bold */
h4 code {
font-weight: normal;
}
/* Hide config vars from sidebar, toc and move the border on mobile case their hidden */
.md-nav.md-nav--secondary .md-nav__item .md-nav__link[href*="PAPERLESS_"] { .md-nav.md-nav--secondary .md-nav__item .md-nav__link[href*="PAPERLESS_"] {
display: none; display: none;
} }