Skip to content

Commit

Permalink
nav modal adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlewis committed Sep 6, 2016
1 parent f9e6c08 commit 38f4bf4
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ a.fa.fa-bars.opener-drop {
}
.dropdown-menu li:hover,
.dropdown-menu li:focus{
color:#333;
color:#00bfff;
background:#ddd;
text-decoration:none;
}
Expand All @@ -318,7 +318,7 @@ a.fa.fa-bars.opener-drop {
display: block;
margin-top: 0;
width: 100%;
min-width: 150px;
min-width: 155px;
}

.dropdown.navigation-dropdown {
Expand All @@ -336,8 +336,9 @@ a.fa.fa-bars.opener-drop {
white-space: nowrap;
padding-left: 5px;
}
.dropdown-menu.navigation-menu li:hover > i {
color: black;
.dropdown-menu.navigation-menu li:hover > i,
.dropdown-menu.navigation-menu li:hover > p {
color: #00bfff;
}


Expand Down

0 comments on commit 38f4bf4

Please sign in to comment.