Fix the Navigation transparency bug in MOBO

This commit is contained in:
Udit Patel 2020-06-20 00:46:22 +05:30 committed by GitHub
parent a125196369
commit 5eca9b25d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ nav {
}
.nav-transparent {
background-color: transparent !important;
background-color: #072A46 !important;
box-shadow: none;
}
@ -167,4 +167,4 @@ hr.subhead {
hsl(185, 76%, 52%),
hsla(0, 0%, 0%, 0));
position: relative;
}
}