Created
July 5, 2016 13:06
-
-
Save Yukaii/61ca4bf50c9a26697e6cd3af3017c938 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
html{ | |
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
color:rgb(55,71,79); | |
} | |
body{ | |
background: #fefefe; | |
font:1rem; | |
margin:2rem 1rem; | |
font-variant-ligatures: common-ligatures; | |
} | |
pre,code{ | |
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; | |
font-size:0.8rem; | |
color:#222; | |
border-radius:2px; | |
} | |
a{ | |
text-decoration: none; | |
color:rgb(33,150,243); | |
} | |
code{ | |
background:rgb(236,239,241); | |
} | |
pre{ | |
background:rgb(207,216,220); | |
padding:4px 2px; | |
} | |
h1,h2,h3,h4,h5,h6{ | |
color:rgb(84,110,122); | |
font-weight:400; | |
font-variant-ligatures: no-additional-ligatures; | |
} | |
h1,h2{ | |
font-weight:700; | |
letter-spacing:0.125rem; | |
text-transform: uppercase; | |
} | |
h3,h4,h5,h6{ | |
border-bottom:1px solid rgba(84,110,122,0.25); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment