From 1df0ee9159a5664dbc222767737dd8d7fc315ea1 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 01:25:43 +0100 Subject: [PATCH] Update style.css --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index d216b83..1a2e18a 100755 --- a/css/style.css +++ b/css/style.css @@ -346,8 +346,8 @@ body { background: #58595b; } .identihub-hover:hover { - filter: brightness(100%); - -webkit-filter: brightness(100%); } + filter: grayscale(100%); + -webkit-filter: grayscale(100%); } .button.boxed.light-brown { border: 1px solid #dcbc98;