Skip to content

Commit

Permalink
Revert menu icon to white
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee authored Sep 9, 2017
2 parents 986ddfc + 7d1c9f8 commit a6a5761
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/stylesheet/pumpio.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ body {
width: auto;
}

/* generic for better maintainability */
.navbar .btn-navbar span {
/* color for menu icon */
color: white;
}

.navbar .nav .dropdown-toggle .caret {
margin-top: 10px;
}
Expand Down

0 comments on commit a6a5761

Please sign in to comment.