From fa7821763b7c8c68188509f5ac3c3d33ef5835ec Mon Sep 17 00:00:00 2001 From: Marc Riera Irigoyen Date: Sat, 14 Apr 2018 23:36:43 +0200 Subject: [PATCH] Even better headers --- static/css/kozmo-dark.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/css/kozmo-dark.css b/static/css/kozmo-dark.css index 36e7055..ceb879e 100644 --- a/static/css/kozmo-dark.css +++ b/static/css/kozmo-dark.css @@ -32,20 +32,30 @@ h2 { h3 { font-size: 132%; + margin-bottom: .3em; } h4 { font-size: 116%; + font-weight: 600; + margin-bottom: .3em; } h5 { font-size: 100%; + font-weight: 600; + margin-bottom: .3em; } h6 { font-size: 85%; + font-weight: 600; + margin-bottom: .3em; } +p { + margin: .5em 0 .5em 0; +} /* Hyperlinks */