Skip to content

Instantly share code, notes, and snippets.

@solobat
Created October 13, 2017 18:09
Show Gist options
  • Save solobat/f45191f955a20796f2ffe302055480d4 to your computer and use it in GitHub Desktop.
Save solobat/f45191f955a20796f2ffe302055480d4 to your computer and use it in GitHub Desktop.
my calibre view styles
.calibre {
font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
text-shadow: none;
color: rgb(68, 68, 17);
font-size: 16px;
line-height: 25px;
margin-right: 0px;
text-align: left;
background: #ededed;
overflow: hidden;
padding: 60px 150px;
text-indent: 0;
}
.calibre a {
color: #0070c9;
text-decoration: none;
}
.calibre a:link,
.calibre a:visited {
text-decoration: none;
}
.calibre p,
.calibre blockquote {
color: #000!important;
margin-left: 0!important;
margin-top: 0px!important;
margin-bottom: 15px!important;
padding: 0px!important;
text-indent: inherit!important;
-webkit-font-smoothing: antialiased!important;
}
::selection {
background: #b3d7fb;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment