Skip to content

Instantly share code, notes, and snippets.

@andrewvink
Created January 29, 2016 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewvink/409fc16a7be151c02607 to your computer and use it in GitHub Desktop.
Save andrewvink/409fc16a7be151c02607 to your computer and use it in GitHub Desktop.
2016 (v3) Mobile Menu Color
@media only screen and (max-width: 1024px) {
.mobile .nav-trigger {
border-top: 2px solid white;
border-bottom: 2px solid white;
}
.mobile .nav-trigger:before {
border-top: 2px solid white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment