Skip to content

Instantly share code, notes, and snippets.

@nkmathew
Created February 9, 2017 14:58
Show Gist options
  • Save nkmathew/752a023ff7b48f9e003ab5f5f2a64339 to your computer and use it in GitHub Desktop.
Save nkmathew/752a023ff7b48f9e003ab5f5f2a64339 to your computer and use it in GitHub Desktop.
Sane styling for Medium.com - Stylish UserStyle
pre {
font-family: Consolas !important;
}
p {
font-family: Helvetica Neue !important;
}
.graf--li {
margin: 0px !important;
padding-left: 70px;
}
.sectionLayout--insetColumn {
max-width: 900px;
}
.postArticle--full .sectionLayout--insetColumn {
max-width: 900px;
}
body.is-withMagicUnderlines .markup--anchor {
text-decoration: none;
background-image: none;
}
.graf a:link, .graf a:visited, .graf a:active {
color: #990000;
font-size: 19px;
font-family: arial;
}
.graf--p.graf-after--blockquote, .postArticle-content .graf--p.graf-after--p, .postList+.graf--p {
margin-top: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment