Skip to content

Instantly share code, notes, and snippets.

View ynx0's full-sized avatar
🥴
← clueless

Yaseen ynx0

🥴
← clueless
View GitHub Profile
@ynx0
ynx0 / Cairo Notes.md
Last active April 22, 2022 21:54
abbreviated notes about cairo. like a "crash course" or smtn
@ynx0
ynx0 / pandoc.css
Created September 6, 2023 01:17 — 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%;
}