Skip to content

Instantly share code, notes, and snippets.

@mumuxme
mumuxme / pandoc.css
Last active May 13, 2022 01:49 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `-H pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
<style type="text/css">
/**
* $ pandoc README.md -H pandoc.css -o README.html --toc
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;