Skip to content

Instantly share code, notes, and snippets.

View cjaewon's full-sized avatar

cjaewon cjaewon

View GitHub Profile
@cjaewon
cjaewon / pandoc.css
Last active March 9, 2025 15:54 — forked from killercup/pandoc.css
pandoc css
/*
* I add this to html files generated with pandoc.
* pandoc file.md -c https://gist.github.com/cjaewon/699d3c84f1c33756021d720bf74d1e2b/raw/75f890a363a433438ee136fd23ee012d12028ea3/pandoc.css -o file.html -s --embed-resources
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;