Skip to content

Instantly share code, notes, and snippets.

View brownl's full-sized avatar

Lawrence Brown brownl

View GitHub Profile
@brownl
brownl / 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;
}