Skip to content

Instantly share code, notes, and snippets.

@O5ten
Last active June 9, 2018 20:53
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 O5ten/15a9d70194085b3a1ac6d585bc2e9c19 to your computer and use it in GitHub Desktop.
Save O5ten/15a9d70194085b3a1ac6d585bc2e9c19 to your computer and use it in GitHub Desktop.
custom.css
button {
background: #2196f3;
padding: 5px;
border: none;
color: white;
margin-right: 4px;
}
button:hover {
background-color: #41b6ff;
color: white;
border: none;
}
button:active {
background-color: #2196f3;
color: black;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment