add hover color

This commit is contained in:
Simon Vieille 2019-05-02 16:58:19 +02:00
parent c214f4230b
commit e6e1e38a4a
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
background: none; 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; color: #fff !important;
background: #505058; background: #505058;
} }