Last active
December 31, 2019 20:03
-
-
Save earth3300/ce63f749207271bc2b580ec327f6d031 to your computer and use it in GitHub Desktop.
Reader View additional styling
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
body { | |
font: 12pt/1.66 serif, "Libre Baskerville" !important; | |
text-align: justify; | |
margin: 30px auto 0 96pt; | |
} | |
body[data-mode=light] { | |
color: #000; | |
} | |
body[data-mode=dark] { | |
color: #f0f2f2; | |
} | |
.page { | |
border-left: 1px solid #000; | |
padding-left: 24px; | |
} | |
h1,h2,h3,h4,h5,h6 { | |
text-align: left; | |
} | |
p { | |
margin: 0 0 0.5em 0; | |
text-indent: 1.3em; | |
max-width: 512pt; | |
} | |
a { | |
color: #4e4e4e; | |
text-decoration: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment