Skip to content

Instantly share code, notes, and snippets.

View SecT0uch's full-sized avatar

Jordan ERNST SecT0uch

View GitHub Profile
@SecT0uch
SecT0uch / pandoc.css
Last active November 6, 2019 13:03 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `-H pandoc.css` to make them look more awesome. (Integrated in HTML)
<style type="text/css">
/*
* 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%;