Skip to content

Instantly share code, notes, and snippets.

View thomaszhao's full-sized avatar

Thomas Zhao (ChunBo) thomaszhao

  • CC
  • BeiJing,China
View GitHub Profile
@thomaszhao
thomaszhao / github_markdown.css
Last active August 29, 2015 14:13
This `.css` file is exactly the same as github's markdown css. In fact it was cut out from github website. I use it for my own github pages based blog: http://www.thomaszhao.cn/ 2015-01-15
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* It is cut out from `https://assets-cdn.github.com/assets/github-07ee5f9b28252daadba7750d43951602b35cdaa9dc19b5aff2eececebd6b6627.css`.
* I use it for my own github pages based wiki: http://www.thomaszhao.cn/
* Thomas, 2015-01-15 */
.markdown-body{
overflow:hidden;
font-family:"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
font-size:16px;
line-height:1.6;
word-wrap:break-word