From 6e6147512d4ee6c60d570d463844f1d727869373 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:51:31 -0700 Subject: [PATCH] make code text in headers not bold --- docs/assets/extra.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/assets/extra.css b/docs/assets/extra.css index 79d8466f5..f1d7d9025 100644 --- a/docs/assets/extra.css +++ b/docs/assets/extra.css @@ -35,7 +35,12 @@ 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_"] { display: none; }