diff options
Diffstat (limited to 'webroot/css/style.css')
-rw-r--r-- | webroot/css/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |