Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created March 25, 2020 23:51
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 BetterProgramming/e90126f3ef4fc1b2b6573c0f8b2886f3 to your computer and use it in GitHub Desktop.
Save BetterProgramming/e90126f3ef4fc1b2b6573c0f8b2886f3 to your computer and use it in GitHub Desktop.
a {
&:link, &:visited {
text-decoration: none;
padding: 10px;
color: #fff;
}
&:hover {
background: #4e4f48;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment