Skip to content

Instantly share code, notes, and snippets.

View jfmcode's full-sized avatar

José F. M. jfmcode

View GitHub Profile
@jfmcode
jfmcode / markdown.css
Last active February 18, 2016 17:05
MdCharm - Preview panel CSS
/*
CSS stylesheet is based on killwing's flavored markdown style:
https://gist.github.com/2937864
*/
body{
margin: 0 auto;
font: 13px/1.231 Helvetica, Arial, sans-serif;
color: #444444;
line-height: 1;
max-width: 960px;