From 4d596d593d9e9a3a09ea784567a0a5c3fd16a750 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 27 Mar 2018 18:39:26 -0600 Subject: [PATCH] resolves #48 change h3 headings to bold --- src/css/doc.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/doc.css b/src/css/doc.css index 465861e..f3951ae 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -24,6 +24,10 @@ margin: 1rem 0 0; } +.doc h3 { + font-weight: 500; +} + .doc h1 > a.anchor, .doc h2 > a.anchor, .doc h3 > a.anchor, -- 2.11.0