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

Commit

Permalink
Fixed Nav Dropdown Color
Browse files Browse the repository at this point in the history
-Got more specific with my css targeting for the drop down nav
  • Loading branch information
briandunnigan authored and briandunnigan committed Aug 12, 2014
1 parent 00b5277 commit 76650dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 76650dc

Please sign in to comment.