apply font weight bold to h4
authorDan Allen <dan@opendevise.com>
Fri, 24 Dec 2021 20:52:40 +0000 (13:52 -0700)
committerDan Allen <dan@opendevise.com>
Fri, 24 Dec 2021 20:52:40 +0000 (13:52 -0700)
src/css/doc.css

index c7759de..a2e1a11 100644 (file)
@@ -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);
 }