From 5e827355ad00a1b5d3641d16d9baf934bf2d05f2 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 3 May 2018 00:36:57 -0400 Subject: [PATCH] more minor css tweaks --- contents/css/main.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/contents/css/main.css b/contents/css/main.css index 45ead65..e2945e5 100644 --- a/contents/css/main.css +++ b/contents/css/main.css @@ -49,13 +49,13 @@ h1 { h2 { font-style: italic; font-weight: bold; - font-size: 1.4em; - margin-top: 1.8em; + font-size: 1.3em; + margin-top: 1.4em; margin-bottom: 0.8em; } h3 { - font-size: 1.2em; + font-size: 1.1em; font-weight: bold; line-height: 1.43; margin-bottom: 1.35em; @@ -104,11 +104,16 @@ hr { text-align: center; } -.header a, .header a:hover { +.header a { text-decoration: none; color: #444; } +.header a:hover { + color: steelblue; + text-decoration: underline; +} + .header .author { font-family: 'Merriweather', serif; font-variant: small-caps;