Created
May 31, 2020 12:14
-
-
Save npretto/8eaa041b61650e44d787c1d0e831cd73 to your computer and use it in GitHub Desktop.
calibre epub/ebook reader dark theme
This file contains hidden or 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, | |
| body * { | |
| background-color: #1e1e1e !important; | |
| color: #e1e1e1 !important; | |
| } | |
| h1,h2,h3,h4,h5,h6,h7 { | |
| color: #9d5c63 !important; | |
| } | |
| pre { | |
| color: #1e1e1e !important; | |
| background-color: #ffffff !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment