From c214f4230be09b3dacef3d0bc598f407ca355c22 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 2 May 2019 16:57:41 +0200 Subject: [PATCH] add hover color --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index 8e834eb..beab534 100644 --- a/theme.css +++ b/theme.css @@ -25,6 +25,11 @@ background: none; } +.full > .ui.top.menu.main #navbar > a.item.active, .full > .ui.top.menu.main #navbar a.item:hover { + color: #fff !important; + background: #505058; +} + .full > .ui.top.menu.main a.item.active, .full > .ui.top.menu.main a.item:hover { color: #333 !important; background: #505058;