Skip to content

Instantly share code, notes, and snippets.

View purpleskyfall's full-sized avatar

Jon Jiang purpleskyfall

View GitHub Profile
@purpleskyfall
purpleskyfall / newsprint-dark.css
Last active November 14, 2022 06:56
newsprint-dark theme for typora
/* meyer reset -- http://meyerweb.com/eric/tools/css/reset/ , v2.0 | 20110126 | License: none (public domain) */
@include-when-export url(https://fonts.loli.net/css?family=PT+Serif:400,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic,latin-ext);
/* =========== */
/* pt-serif-regular - latin */
@font-face {
font-family: 'PT Serif';
font-style: normal;
@purpleskyfall
purpleskyfall / minos-style.css
Last active October 13, 2020 13:48
A Minos style Cascading Style Sheets (css) theme for Pandoc. Based on a hexo theme: http://blog.zhangruipeng.me/hexo-theme-minos/
/* A Minos style html theme for Pandoc, thanks for http://blog.zhangruipeng.me/hexo-theme-minos/ */
/* Usage this them by:
pandoc test.md -c minos-style.css --self-contained -o demo.html
*/
body {
font: 16px 'PT Serif', 'STZhongsong', '华文中宋', 'Microsoft Yahei', serif;
max-width: 760px;
margin: auto;