From 9dcae8a4e9bb5ef992ea71a43f7a45be007c6fe1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 24 Nov 2013 04:45:16 -0500 Subject: undo the background highlight on link hover --- public/assets/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/assets/style.css b/public/assets/style.css index 874c10c..de00fbb 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -55,9 +55,6 @@ h1 { a { text-decoration: none; } -a:hover, a:focus { - background: #DDDDFF; -} @media screen and (min-width: 480px) { body { -- cgit v1.2.3