From 33a20962efae31cbbfc429a0d564306bf05f3f3b Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 27 May 2014 21:01:58 -0400 Subject: Post headers glow blue instead of underlining --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 80ff3b8..f0e541b 100644 --- a/style.css +++ b/style.css @@ -496,6 +496,11 @@ nav { padding-bottom: 1em; border-bottom: none; } +.post h1 { + cursor: pointer; } + .post h1:hover, .post h1:active { + color: #4183c4; + text-decoration: none; } .post blockquote { border-left: 2px solid #666666; font-size: 22px; -- cgit v1.2.3