Last active
September 27, 2019 19:46
-
-
Save thalesmg/678893f01b9f13740e8555a9abc9cf18 to your computer and use it in GitHub Desktop.
Calibre ebook viewer theme dark gray
This file contains 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 { | |
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