Skip to content

Instantly share code, notes, and snippets.

View kkamegawa's full-sized avatar

KAMEGAWA Kazushi kkamegawa

View GitHub Profile
@kkamegawa
kkamegawa / github.css
Last active July 12, 2016 13:29 — forked from andyferra/github.css
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Meiryo, Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
padding: 30px; }
body > *:first-child {
margin-top: 0 !important; }