Created
July 30, 2018 15:30
-
-
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)
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
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