fix: hybrid dark nav on mobile

FIx 37d247911c
This commit is contained in:
George Cushen 2020-08-12 00:22:44 +01:00
commit bfa72389cd

View file

@ -87,6 +87,10 @@
}
}
}
.dropdown-item.active,
.dropdown-item-active {
color: $sta-dark-menu-text-active !important;
}
}
// Remove Bootstrap's border from Toggle button.
@ -187,6 +191,9 @@
background-color: $sta-menu-primary;
text-align: center !important;
}
.dark .navbar-collapse {
background-color: $sta-dark-menu-primary;
}
#navbar-main .main-menu-item .nav-item {
padding: 10px 15px !important;
}