From 0ee983268d9292b98190f231cec0e940fc78021f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 16 May 2013 13:40:44 +0200 Subject: [PATCH] Remove visited color. Don't like that --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index d1aa606..985b12c 100644 --- a/style.css +++ b/style.css @@ -40,7 +40,6 @@ h6 {font-size: 0.75em;} a:hover, a:active { outline: none; } a { color: #000066; font-weight: 800; text-decoration: none;} -a:visited { color:#414141 ; } a:hover { color:#000; text-decoration: none; } .frontpage a:hover { display:inline-block; width: 100%; background-color: #778899; /*Dirty IE Hack*/ zoom: 1; *display: inline;} .link a:hover { display:inline-block; width: 100%; background-color: #778899; /*Dirty IE Hack*/ zoom: 1; *display: inline;}