Skip to content

Instantly share code, notes, and snippets.

@benelsen
Last active February 19, 2020 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benelsen/b8ca11687a17d966cb7a1281d3d94e3a to your computer and use it in GitHub Desktop.
Save benelsen/b8ca11687a17d966cb7a1281d3d94e3a to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name FanGraphs
@namespace benelsen.com
@version 1.0.0
@description Remove comments, make blog more readable
@author Ben Elsen <mail@benelsen.com>
==/UserStyle== */
@-moz-document domain("fangraphs.com") {
#comments {
display: none;
}
#content.blog-content {
max-width: 80rem;
}
#blogcontent {
width: 55rem;
}
#blogcontent div.fullpostentry,
#blogcontent div.fullpostentry blockquote p {
font-size: 1.3rem;
line-height: 1.75;
max-width: 100%;
}
#blogcontent div.fullpostentry p {
box-sizing: border-box;
max-width: 45rem;
}
#blogcontent div.fullpostentry blockquote {
max-width: 45rem;
}
#blogcontent div.post div.abouta {
font-size: 1.3rem;
}
#blogcontent div.post div.navprev,
#blogcontent div.post div.navnext {
font-size: 1.3rem;
width: 40%;
}
#blogcontent div.post div.navmid {
font-size: 1.3rem;
width: 20%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment