From: Dan Allen Date: Fri, 24 Dec 2021 20:52:40 +0000 (-0700) Subject: apply font weight bold to h4 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2c2f7f597b2f56474b7a7139076bd3afef49b7fa;p=working%2Feg-antora.git apply font weight bold to h4 --- diff --git a/src/css/doc.css b/src/css/doc.css index c7759de..a2e1a11 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -69,7 +69,8 @@ padding: 0.4rem 1rem 0.1rem; } -.doc h3:not(.discrete) { +.doc h3:not(.discrete), +.doc h4:not(.discrete) { font-weight: var(--alt-heading-font-weight); }