hacktoberfest fix

This commit is contained in:
Sachin Saini 2018-10-20 22:00:39 +05:30
parent 4c16f5e7c6
commit 520bf9a506
2 changed files with 29 additions and 27 deletions

View file

@ -84,7 +84,8 @@ h6 small {
.navbar-inverse .navbar-inner {
background-color: #68217A;
filter: none;
-webkit-filter: none;
filter: none;
}
.navbar-inverse.home .navbar-inner {
@ -177,7 +178,8 @@ body > section > .container {
.navbar-inverse .nav .active>a.nav-item, .navbar-inverse .nav .active>a.nav-item:hover, .navbar-inverse .nav .active>a.nav-item:focus {
color:#fff;
background-color: rgba(0,0,0,.24);
box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar .logo {