Skip to content

Instantly share code, notes, and snippets.

@npretto
Created May 31, 2020 12:14
Show Gist options
  • Select an option

  • Save npretto/8eaa041b61650e44d787c1d0e831cd73 to your computer and use it in GitHub Desktop.

Select an option

Save npretto/8eaa041b61650e44d787c1d0e831cd73 to your computer and use it in GitHub Desktop.
calibre epub/ebook reader dark theme
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