Skip to content

Instantly share code, notes, and snippets.

View afolson's full-sized avatar

Amanda Folson afolson

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