Skip to content

Instantly share code, notes, and snippets.

View Anwarisbased's full-sized avatar

Anwar Khan Anwarisbased

  • Los Angeles, California
View GitHub Profile
@somebox
somebox / gh-like.css
Created July 14, 2011 14:55
github markdown css+script with syntax highlighting. Works with http://markedapp.com
/*
Some simple Github-like styles, with syntax highlighting CSS via Pygments.
*/
body{
font-family: helvetica, arial, freesans, clean, sans-serif;
color: #333;
background-color: #fff;
border: none;
line-height: 1.5;
margin: 2em 3em;