add hover color

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

View File

@ -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;