Skip to content

Instantly share code, notes, and snippets.

View kellpossible's full-sized avatar

Luke Frisken kellpossible

View GitHub Profile
@kellpossible
kellpossible / pandoc.css
Created April 19, 2018 04:28 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}