Skip to content

Instantly share code, notes, and snippets.

@geoffreyhale
Created July 28, 2016 02:33
Show Gist options
  • Save geoffreyhale/e7438fdf35318fe7348bede3446e0d5f to your computer and use it in GitHub Desktop.
Save geoffreyhale/e7438fdf35318fe7348bede3446e0d5f to your computer and use it in GitHub Desktop.
body {
margin: 0 auto;
max-width: 50em;
font-family: "Helvetica", "Arial", sans-serif;
line-height: 1.5;
padding: 4em 1em;
color: #555;
}
h1,
h2,
strong {
color: #333;
}
h2 {
margin-top: 1em;
padding-top: 1em;
}
code,
pre {
background: #eee;
}
code {
padding: 2px 4px;
vertical-align: text-bottom;
}
pre {
padding: 1em;
}
a {
color: #e81c4f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment