Skip to content

Instantly share code, notes, and snippets.

@incyclum
Created July 30, 2018 15:30
Show Gist options
  • Save incyclum/f3e1ae0e87ef4ddccca649ff7f04b5be to your computer and use it in GitHub Desktop.
Save incyclum/f3e1ae0e87ef4ddccca649ff7f04b5be to your computer and use it in GitHub Desktop.
Liferea custom Sass stylesheet for a better reading experience (compile it to ~/.config/liferea/liferea.css, restart Liferea)
div.content {
margin: 10px auto 10px 10px;
max-width: 60em;
line-height: 1.4;
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
color: green;
}
ul, ol {
li {
margin-bottom: 0.5em;
}
}
img, video {
display: block;
margin: 0 auto;
padding: 10px;
max-width: 90%;
height: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment