From bb96c609c2c25509e110e5aeab228bbf4ebfa9f3 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 4 Jul 2011 03:46:49 -0700 Subject: don't define link colors in style.css; big signup button --- webroot/css/style.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'webroot/css/style.css') diff --git a/webroot/css/style.css b/webroot/css/style.css index d3c13f5..15b1af7 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -114,10 +114,6 @@ html { -webkit-font-smoothing: antialiased; } /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */ a:hover, a:active { outline: none; } -a, a:active, a:visited { color:#607890; } -a:hover { color:#036; } - - ul { margin-left:30px; } ol { margin-left:30px; list-style-type: decimal; } -- cgit v1.2.3