change menu color
Some checks failed
metroline continuous-integration/metroline

This commit is contained in:
Simon Vieille 2021-10-23 17:50:36 +02:00
parent ebf288ff70
commit 1c99507fd8

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) {