resolves #48 change h3 headings to bold
authorDan Allen <dan@opendevise.com>
Wed, 28 Mar 2018 00:39:26 +0000 (18:39 -0600)
committerDan Allen <dan@opendevise.com>
Wed, 28 Mar 2018 00:39:26 +0000 (18:39 -0600)
src/css/doc.css

index 465861e..f3951ae 100644 (file)
   margin: 1rem 0 0;
 }
 
+.doc h3 {
+  font-weight: 500;
+}
+
 .doc h1 > a.anchor,
 .doc h2 > a.anchor,
 .doc h3 > a.anchor,