summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/reader.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/reader.js b/js/reader.js
index 6d4b19e..5410fd4 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -718,9 +718,9 @@ const Reader = {
/* embedded styles may conflict with our font sizes, etc */
$(c.document).find("p, span, em, strong, body")
.attr("class", "")
- .css("color", "inherit")
- .css("background", "inherit")
- .css("background-color", "inherit")
+ .css("color", "")
+ .css("background", "")
+ .css("background-color", "")
$(c.document).find("p")
.css("text-indent", "1em");