Skip to content

Instantly share code, notes, and snippets.

View kspeeckaert's full-sized avatar

ƘɌỈSƬƠƑ kspeeckaert

View GitHub Profile
@kspeeckaert
kspeeckaert / pandoc.css
Created May 11, 2025 12:12 — 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%;
}