grimoire

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

commit 5d185cc6d4b7a85a0285ad1d58e26b5d81092e95
parent e7cd4f7dc427f682520b9396428d15f563234756
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 12 Nov 2018 16:01:32 +0000

remove font-weight for smaller headers

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

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