From e6e1e38a4af9c4d26b0bc9cd20665bc317a4d17d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 2 May 2019 16:58:19 +0200 Subject: [PATCH] add hover color --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index beab534..1fda193 100644 --- a/theme.css +++ b/theme.css @@ -25,7 +25,7 @@ background: none; } -.full > .ui.top.menu.main #navbar > a.item.active, .full > .ui.top.menu.main #navbar a.item:hover { +.full > .ui.top.menu.main #navbar > a.item.active, .full > .ui.top.menu.main #navbar > a.item:hover { color: #fff !important; background: #505058; }