feat: active nav item slightly different color

This commit is contained in:
HarshKhandeparkar 2020-06-09 02:35:18 +05:30
parent 0ed80cc591
commit f8023a486b

View file

@ -100,6 +100,15 @@ nav {
background-color: transparent !important;
box-shadow: none;
}
.nav-item {
color: white !important;
}
.nav-link.active {
background-color: rgb(11, 90, 121);
border-radius: 0.2rem;
}
/* /Navbar */
/* Special Branded Color Classes*/