From 95c57096e95fe5e2480dec9226ee619496b13512 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 5 May 2012 23:05:36 -0400 Subject: [PATCH] Link underline on hover --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 6dfe960..e21f18b 100644 --- a/style.css +++ b/style.css @@ -23,6 +23,9 @@ a, a:active, a:link { a:visited { color: #729fcf; } +a:hover { + text-decoration: underline; +} #header { position: relative;