aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSuraj Patil <[email protected]>2024-10-07 20:30:52 +0530
committerGitHub <[email protected]>2024-10-07 08:00:52 -0700
commitde034b70f8fce864f9d83fa4c61b83f61c87cbf0 (patch)
tree571c87680eaee8d3382120bc69fbc48bac9b772a /data
parente600b3b07f5952ee08200b9e0358f97f242d5320 (diff)
epub.css: remove background-color (#10264)
With this greyish background color, epubs look bad on a Kindle. Closes #10263.
Diffstat (limited to 'data')
-rw-r--r--data/epub.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/epub.css b/data/epub.css
index 8b2a3844f..5746daedd 100644
--- a/data/epub.css
+++ b/data/epub.css
@@ -19,7 +19,6 @@ html {
line-height: 1.2;
font-family: Georgia, serif;
color: #1a1a1a;
- background-color: #fdfdfd;
}
p {
text-indent: 0;