fix: wrong color when nav not transparent

This commit is contained in:
Harsh Khandeparkar 2020-06-20 01:10:58 +05:30 committed by GitHub
parent 7024bf5929
commit 698abe5da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ nav {
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
}
.navbar-collapse.show {
.nav-transparent .navbar-collapse.show {
background-color: #072A46;
}