From d59217d2d2a55a7e9f9851d269d0ee5e857f8d69 Mon Sep 17 00:00:00 2001 From: iMoHax Date: Sun, 1 Mar 2015 11:12:19 +0300 Subject: [PATCH] change links color --- stylesheets/stylesheet.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index df11792..e58bdce 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -56,13 +56,6 @@ body { background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat; } -a { - color: #d5000d; -} -a:hover { - color: #c5000c; -} - header { padding-top: 35px; padding-bottom: 25px;