Last active
May 3, 2017 21:32
-
-
Save mattlewissf/83989910849fdb4a04a72d431e84053f to your computer and use it in GitHub Desktop.
skeleton
This file contains 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
<style> | |
html { | |
font-size: 62.5% !important; } | |
body { | |
font-size: 1.8em !important; /* currently ems cause chrome bug misinterpreting rems on body element */ | |
line-height: 1.6 !important; | |
font-weight: 200 !important; | |
color: #222 !important; } | |
div{ border-radius: 0px !important; } | |
div.CodeMirror-sizer{ background: rgb(244, 244, 248) !important; } | |
div.input_area{ background: rgb(244, 244, 248) !important; } | |
h1, h2, h3, h4, h5, h6 { | |
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; | |
color: #333 !important; | |
margin-top: 0 !important; | |
margin-bottom: 2rem !important; | |
font-weight: 300 !important; } | |
h1 { font-size: 4.0rem !important; line-height: 1.2 !important; letter-spacing: -.1rem !important;} | |
h2 { font-size: 3.6rem !important; line-height: 1.25 !important; letter-spacing: -.1rem !important; } | |
h3 { font-size: 3.0rem !important; line-height: 1.3 !important; letter-spacing: -.1rem !important; } | |
h4 { font-size: 2.4rem !important; line-height: 1.35 !important; letter-spacing: -.08rem !important; } | |
h5 { font-size: 1.8rem !important; line-height: 1.5 !important; letter-spacing: -.05rem !important; } | |
h6 { font-size: 1.5rem !important; line-height: 1.6 !important; letter-spacing: 0 !important; } | |
p { | |
font-family: "Droid Serif", Helvetica, Arial, sans-serif !important; | |
font-size: 4.2 em !important; | |
margin-top: 0 !important; } | |
@media (min-width: 550px) { | |
h1 { font-size: 5.0rem !important; } | |
h2 { font-size: 4.2rem !important; } | |
h3 { font-size: 3.6rem !important; } | |
h4 { font-size: 3.0rem !important; } | |
h5 { font-size: 2.4rem !important; } | |
h6 { font-size: 1.5rem !important; } | |
} | |
a { | |
color: #1EAEDB !important; } | |
a:hover { | |
color: #0FA0CE !important; } | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment