Skip to content

Instantly share code, notes, and snippets.

@earth3300
Last active December 31, 2019 20:03
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 earth3300/ce63f749207271bc2b580ec327f6d031 to your computer and use it in GitHub Desktop.
Save earth3300/ce63f749207271bc2b580ec327f6d031 to your computer and use it in GitHub Desktop.
Reader View additional styling
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