summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-24 04:45:16 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-24 04:45:16 -0500
commit9dcae8a4e9bb5ef992ea71a43f7a45be007c6fe1 (patch)
tree24b526a6063c5a908ffdf9744243ed9c12bd56ad
parent10520bcf976595438ce7e2a0d522492ba63be654 (diff)
undo the background highlight on link hover
-rw-r--r--public/assets/style.css3
1 files changed, 0 insertions, 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 {