Skip to content

Instantly share code, notes, and snippets.

View Sevyls's full-sized avatar

Michael Auß Sevyls

View GitHub Profile
@Sevyls
Sevyls / markdown.css
Last active August 29, 2015 14:18 — forked from imjasonh/markdown.css
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}