Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5 from bcd04001/master
Fixed Nav Dropdown Color
  • Loading branch information
amb00010 committed Aug 12, 2014
2 parents 00b5277 + 76650dc commit 1881361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -7999,7 +7999,7 @@ body {
border: 6px solid transparent;
border-bottom-color: #e9e9e9;
}
#masthead #site-navigation .navbar-collapse .nav li.current-menu-parent a {
#masthead #site-navigation .navbar-collapse .nav li.current-menu-parent a.dropdown-toggle {
color: white;
}
#masthead #site-navigation .navbar-collapse .nav .dropdown-menu {
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Expand Up @@ -105,7 +105,7 @@ body {
border-bottom-color:$dropdown-bg;
}

li.current-menu-parent a {
li.current-menu-parent a.dropdown-toggle {
color:white;
}

Expand Down

0 comments on commit 1881361

Please sign in to comment.