Skip to content

Instantly share code, notes, and snippets.

@spilth
Created December 17, 2015 18:53
Show Gist options
  • Save spilth/998d679d4573ac2f139a to your computer and use it in GitHub Desktop.
Save spilth/998d679d4573ac2f139a to your computer and use it in GitHub Desktop.
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