Created
June 16, 2019 17:45
-
-
Save jsmanifest/950af14d730b9b2196cb5b0b1349b081 to your computer and use it in GitHub Desktop.
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
body { | |
padding: 12px; | |
background: #171c1f; | |
color: #fff; | |
margin: 0; | |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', | |
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', | |
sans-serif; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
margin: 0; | |
font-weight: 500; | |
} | |
button { | |
transition: all 0.2s ease-out; | |
margin: 4px; | |
cursor: pointer; | |
background: rgb(116, 20, 63); | |
border: 0; | |
color: #fff; | |
min-width: 90px; | |
padding: 8px 12px; | |
outline: none; | |
text-transform: uppercase; | |
letter-spacing: 1.3px; | |
font-size: 0.6rem; | |
border: 1px solid #fff; | |
} | |
button:hover { | |
background: none; | |
color: #fff; | |
} | |
button:active { | |
background: #fa3402; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment