fix: nav transitions

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

View file

@ -97,6 +97,7 @@ nav {
}
.nav-transparent {
transition: background-color 0.4s;
background-color: transparent !important;
box-shadow: none;
}