From 7f555b5c0d8eeb2bd6be241217d78abab03c1951 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 27 May 2014 21:09:25 -0400 Subject: Fixed blue post titles on hover --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index f0e541b..acc9f0a 100644 --- a/style.css +++ b/style.css @@ -496,9 +496,9 @@ nav { padding-bottom: 1em; border-bottom: none; } -.post h1 { +.post h1 a { cursor: pointer; } - .post h1:hover, .post h1:active { + .post h1 a:hover, .post h1 a:active { color: #4183c4; text-decoration: none; } .post blockquote { -- cgit v1.2.3