Skip to content

Instantly share code, notes, and snippets.

@RyanMacG
Created January 13, 2014 21:04
Show Gist options
  • Save RyanMacG/8408122 to your computer and use it in GitHub Desktop.
Save RyanMacG/8408122 to your computer and use it in GitHub Desktop.
/* hover overrides */
a {
&:hover {
text-decoration: none;
}
}
.nav {
li {
a {
&:hover {
color: #428bca;
background-color: transparent;
}
}
}
}
.btn-info {
&:hover {
background-color: #5bc0de;
border-color: #46b8da;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment