Skip to content

Instantly share code, notes, and snippets.

@tedthetrumpet
tedthetrumpet / clean.css
Last active June 30, 2020 10:39 — forked from jmakeig/clean.css
BBEdit Markdown stylesheet (~/Library/Application Support/BBEdit/Preview CSS/clean.css)
body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 12pt;
line-height: 1.45;
padding: 0 1rem;
max-width: 60em;
}
a {
color: rgba(0, 122, 255, 1);
}