Skip to content

Instantly share code, notes, and snippets.

@kriot1
Last active October 17, 2015 01:26
Show Gist options
  • Save kriot1/65f642a749854a3e4eb5 to your computer and use it in GitHub Desktop.
Save kriot1/65f642a749854a3e4eb5 to your computer and use it in GitHub Desktop.
/* Call-to-action Menu Button
--------------------------------------------- */
.genesis-nav-menu li.cta a {
color: #fff;
background-color: #ffa4a3;
border-radius: 25px;
margin-left: 20px;
padding: 20px;
}
.genesis-nav-menu li.cta a:hover {
background-color: #fff;
color: #ffa4a3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment