Skip to content

Instantly share code, notes, and snippets.

@aprescott
Last active December 18, 2015 08:09
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 aprescott/5752288 to your computer and use it in GitHub Desktop.
Save aprescott/5752288 to your computer and use it in GitHub Desktop.
yoleoreader.com user style. You can install it in Stylish manually, or get it from http://userstyles.org/styles/88954/yoleo-reading-tweaks
/*
* Just a user stylesheet for yoleoreader.com. No affiliation.
*
* Author: Adam Prescott (aprescott.com)
* Copyright: CC BY-NC-SA - Creative Commons Attribution-NonCommercial-ShareAlike
*/
.article-contents {
font-family: "Georgia", serif;
font-size: 1.1em;
line-height: 1.55em;
color: black;
}
.article-contents blockquote {
background: white;
font-style: normal;
margin: 1em;
}
.articles li {
padding: 0.25em;
}
.current-article .feed-title {
margin-left: 0;
}
.current-article .article-title {
margin-left: -27px;
}
.article-contents hr {
margin: 1em 0;
}
.article-list-header {
padding-top: 30px;
}
.content {
padding-top: 30px;
}
.articles-list-container {
top: 66px;
}
.content.padded-bottom-3 {
padding-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment