grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 3b1953e089de30a8200a0eb04039ae00adddc0f1
parent ce6bda8f6b112d8964142a7096edaeea6ef0e7d1
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 12 Nov 2018 12:59:09 +0000

remove font-weight from headers

Diffstat:
Mcustom.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/custom.css b/custom.css @@ -34,9 +34,11 @@ h2, h3, h4 { color: #5a7588; + font-weight: normal; } .markdown-body h2 { color: #5a7588; + font-weight: normal; border-bottom: none; } a,