From 879e5d5b3beb3154042ce07eabd23c8e51b6a7d2 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 01:30:51 +0100 Subject: [PATCH] Update style.css --- css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index ffddce9..854c448 100755 --- a/css/style.css +++ b/css/style.css @@ -343,9 +343,11 @@ body { .button.boxed.identihub:hover { color: #fff; - background: #58595b; - filter: invert(100%); - -webkit-filter: invert(100%);} + background: #58595b; } + +.identihub-hover:hover { + filter: invert(100%); + -webkit-filter: invert(100%); } .button.boxed.light-brown { border: 1px solid #dcbc98;