Skip to content

Instantly share code, notes, and snippets.

@bgriggs1
Last active December 15, 2015 14:29
Show Gist options
  • Save bgriggs1/5275077 to your computer and use it in GitHub Desktop.
Save bgriggs1/5275077 to your computer and use it in GitHub Desktop.
CSS Example: Menu
/* Knack's version */
#kn-app-menu ul {
background-color: #00396D;
}
/* Your custom gray version. Add a selector to prioritize */
.kn-content #kn-app-menu ul {
background-color: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment