From 61c1ec4d29f973a47d7ce4b03e517d2c576e0ea8 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 01:22:39 +0100 Subject: [PATCH] Update style.css --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9fc6108..06310f6 100755 --- a/css/style.css +++ b/css/style.css @@ -343,7 +343,9 @@ body { .button.boxed.identihub:hover { color: #fff; - background: #58595b; } + background: #58595b; + filter: brightness(100%); + -webkit-filter: brightness(100%); } .button.boxed.light-brown { border: 1px solid #dcbc98;