Skip to content

Instantly share code, notes, and snippets.

@4lun
Last active December 22, 2015 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4lun/6414343 to your computer and use it in GitHub Desktop.
Save 4lun/6414343 to your computer and use it in GitHub Desktop.
Inline style to spruce up default HTML generated from Markdown files
<style>body { font-family: sans-serif; max-width: 760px; margin: 0 auto; padding: 10px 30px 20px; line-height: 1.4;} em {color: #888; }</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment