Typo in file "css/grayscale.css"
askmrsinh opened this issue · 1 comments
askmrsinh commented
Incorrect property name on line 96
outline: nonte;
possible correction
outline: none;
Full block
.navbar-custom .nav li.active {
outline: none;
background-color: rgba(255,255,255,.3);
}
davidtmiller commented
Whoops! No wonder that wasn't working...