navbar-header clickable, contact href fixed, highlights focus color fixed

This commit is contained in:
Arvind Tiwari 2017-09-01 02:05:24 +05:30
commit b1baf564db
4 changed files with 14 additions and 5 deletions

View file

@ -972,6 +972,10 @@ tech-sub-sec h2 {
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
background: transparent;
}
.navbar-transparent .navbar-nav>.open>a,
.navbar-transparent .navbar-nav>.open>a:focus,
.navbar-transparent .navbar-nav>.open>a:hover {
color: #fff;
}