From 6ae73299a9d130f3c8f8c6f7caf47e4c14faec16 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Fri, 19 Jan 2018 00:08:15 +0100 Subject: [PATCH] Update style.css --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index ceeb5e7..ffea326 100755 --- a/css/style.css +++ b/css/style.css @@ -1219,17 +1219,17 @@ form.update-form input.button:hover { list-style: none; margin: 0; } .footer a { - color: #fff; } - .footer a:hover { color: #333; } + .footer a:hover { + color: #ccc; } .footer .socials { margin-bottom: 30px; } .footer .socials i { font-size: 20px; } .footer .socials a { - color: #333; } - .footer .socials a:hover { color: #fff; } + .footer .socials a:hover { + color: #333; } .footer .back-to-top i { display: block; margin-bottom: 5px; }