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;