Skip to content

Instantly share code, notes, and snippets.

@mohnatus
Created March 3, 2020 00:00
Show Gist options
  • Select an option

  • Save mohnatus/d261eca062aa6bd4ab40ae6d42770a6a to your computer and use it in GitHub Desktop.

Select an option

Save mohnatus/d261eca062aa6bd4ab40ae6d42770a6a to your computer and use it in GitHub Desktop.
.btn {
padding: 0;
border: none;
font: inherit;
color: inherit;
background-color: transparent;
cursor: pointer;
outline: none;
display: inline-block;
text-align: center;
text-decoration: none;
margin: 2px 0;
border: solid 1px transparent;
border-radius: 4px;
padding: 0.5em 1em;
color: #ffffff;
background-color: #9555af;
}
.btn:active {
transform: translateY(1px);
filter: saturate(150%);
}
.btn:hover,
.btn:focus {
color: #9555af;
border-color: currentColor;
background-color: white;
}
.btn::-moz-focus-inner {
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment