From 6b3484e898b867801883ae789b914dfb519ac117 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 18 Jan 2018 14:12:49 +0100 Subject: [PATCH] Update style.css --- css/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 9e01ed2..3f3aa7b 100755 --- a/css/style.css +++ b/css/style.css @@ -251,12 +251,8 @@ body { .button.boxed.blue { border: 1px solid #3399d4; - background: none; - color: #000; } - -.button.boxed.blue:hover { - color: #fff; - background: #3399d4; } + background: #3399d4; + color: #fff; } .button.boxed.black { border: 1px solid #333;