change menu color
metroline continuous-integration/metroline Details

This commit is contained in:
Simon Vieille 2021-10-23 17:50:36 +02:00
parent ebf288ff70
commit 1c99507fd8
1 changed files with 2 additions and 2 deletions

View File

@ -28,12 +28,12 @@
.full > .ui.top.menu.main #navbar > a.item.active, .full > .ui.top.menu.main #navbar > a.item:hover {
color: #fff !important;
background: #505058;
background: #354055;
}
.full > .ui.top.menu.main a.item.active, .full > .ui.top.menu.main a.item:hover {
color: #333 !important;
background: #505058;
background: #354055;
}
@media screen and (max-width: 767px) {