From 2c2f7f597b2f56474b7a7139076bd3afef49b7fa Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 24 Dec 2021 13:52:40 -0700 Subject: [PATCH] apply font weight bold to h4 --- src/css/doc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.11.0