Skip to content

Instantly share code, notes, and snippets.

@fireflydev
fireflydev / gitdown.css
Last active August 29, 2015 14:01 — forked from tuzz/github.css
GITDOWN.CSS - Combines Github Markdown Styles with Pygments Code Highlighting CSS
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px;
color: #333;
}