Created
December 17, 2015 18:53
-
-
Save spilth/998d679d4573ac2f139a to your computer and use it in GitHub Desktop.
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
body { | |
background-color: #FFFFFF; | |
color: #000; | |
margin: 2em; | |
} | |
body { | |
font-size: 18px; | |
line-height: 22px; | |
font-family: "Helvetica", "Arial", sans-serif; | |
} | |
code { | |
color: #999; | |
line-height: 1.0em; | |
font-family: "Consolas", "Lucida Console", "Droid Sans Mono", "Andale Mono", "Monaco", "Lucida Sans Typewriter"; | |
} | |
pre { | |
background: #efefef; | |
border: 1px solid #ccc; | |
padding: 0.5em; | |
} | |
.block { | |
font-size: 18px !important; | |
font-family: "Helvetica", "Arial", sans-serif !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment