Last active
June 9, 2018 20:53
-
-
Save O5ten/15a9d70194085b3a1ac6d585bc2e9c19 to your computer and use it in GitHub Desktop.
custom.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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