fix: navbar dropdown is not transparent

This commit is contained in:
Harsh Khandeparkar 2020-06-20 00:53:46 +05:30 committed by GitHub
parent 6bdf9a5f8c
commit 19b731a2aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,6 +92,10 @@ nav {
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
}
.navbar-collapse {
background-color: 072A46 !important;
}
.nav-transparent {
background-color: transparent !important;
box-shadow: none;
@ -205,4 +209,4 @@ nav {
opacity: 0;
transform: scale(0.6);
}
/* /scrollFade */
/* /scrollFade */