Skip to content

Instantly share code, notes, and snippets.

@yantze
Created October 7, 2019 01:58
Show Gist options
  • Save yantze/b142d2a308d2752fa75c2bbd562641a2 to your computer and use it in GitHub Desktop.
Save yantze/b142d2a308d2752fa75c2bbd562641a2 to your computer and use it in GitHub Desktop.
Calibre Viewer Theme
body {
font-family: PingFangSC, "simsun", "Hiragino Sans GB", "TIBch", "Classic Grotesque W01","Helvetica Neue", Arial, "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", SimSun, sans-serif !important;
font-size: 1.1em;
color:rgb(96,62,36);
background-color: rgb(250,244, 233);
text-align:justify;
text-indent:2em;
line-height: 1.8em !important;
margin-top:0px;
margin-bottom:4px;
margin-right:50px;
margin-left:50px;
}
h1, h2, h3, h4, h5, h6 {
color:black;
font-weight:bold;
}
::selection {
background: rgb(228,228,228);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment