Created
February 9, 2017 14:58
-
-
Save nkmathew/752a023ff7b48f9e003ab5f5f2a64339 to your computer and use it in GitHub Desktop.
Sane styling for Medium.com - Stylish UserStyle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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