Skip to content

Instantly share code, notes, and snippets.

View sn3p's full-sized avatar

Matthijs Kuiper sn3p

View GitHub Profile
@sn3p
sn3p / markdown.css
Last active July 28, 2023 10:42 — forked from imjasonh/markdown.css
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}