Skip to content

Instantly share code, notes, and snippets.

@thalesmg
Last active September 27, 2019 19:46
Show Gist options
  • Save thalesmg/678893f01b9f13740e8555a9abc9cf18 to your computer and use it in GitHub Desktop.
Save thalesmg/678893f01b9f13740e8555a9abc9cf18 to your computer and use it in GitHub Desktop.
Calibre ebook viewer theme dark gray
body {
background:#3c3c3c;
color:#dbdbdb;
}
a {
color: #f8dd84 !important;
}
h1, h2, h3, h4, h5, h6 {
color: #dcdcdc !important;
margin-top: 50px !important;
margin-bottom: 50px !important;
}
p {
margin-bottom: 25px !important;
}
aside, div.sidebar {
background: #5c5c5c !important;
background-color: #5c5c5c !important;
color:#dbdbdb !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment