From e28b82d9a9b0e2e219b3a704eab358907eb38738 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 13 Oct 2018 19:09:24 +0200 Subject: [PATCH] fixed logo hover --- CSS/themes/grafplex.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index 3d3c2b42..00bd8a39 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -20,7 +20,7 @@ body { background: rgba(0, 0, 0, .25) !important; } .sidemenu__logo:hover { - background: rgba(0, 0, 0, .25); !important; + background: rgba(0, 0, 0, .25) !important; } .sidemenu-item.active, .sidemenu-item:hover { background-color: rgba(0, 0, 0, .25) !important;