fix: change navbar styling, add box-shadow

This commit is contained in:
HarshKhandeparkar 2020-06-09 02:13:12 +05:30
parent 8741b4d7ac
commit bb70160e90

View file

@ -92,11 +92,13 @@ html {
/* Navbar */
nav {
transition: all 1s;
transition: all 0.4s;
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
}
.nav-transparent {
background-color: transparent !important;
box-shadow: none;
}
/* /Navbar */