Skip to content

Instantly share code, notes, and snippets.

@bradpotter
Last active December 20, 2015 20:28
Show Gist options
  • Save bradpotter/6190093 to your computer and use it in GitHub Desktop.
Save bradpotter/6190093 to your computer and use it in GitHub Desktop.
Base CSS for Mobile Navigation
/*
Base properties for Mobile Navigation Menu
---------------------------------------------------------------------------------------------------- */
.nav-mobile {
background-color: #333;
}
.nav-mobile a {
color: #999;
}
.nav-mobile a:hover,
.nav-mobile .current-menu-item > a {
color: #fff;
}
.nav-mobile .sub-menu a:hover,
.nav-mobile .sub-menu .current-menu-item > a:hover {
color: #222;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment