View Single Post
Old 03-02-2023, 10:49 PM   #8168
applegaa
Connoisseur
applegaa has learned how to buy an e-book online
 
applegaa's Avatar
 
Posts: 73
Karma: 76
Join Date: Apr 2019
Device: none
Quote:
Originally Posted by JimmXinu View Post
Don't keep style attributes in keep_html_attrs is one solution.

Another is to add to the CSS. Inspecting one of the tables in browser finds that the text color is set from one of the site CSS files. Tweaking the CSS selector to match FFF default output, this works for me in personal.ini:
Code:
add_to_output_css:
 .chapter-content table td { color: #ccc; }
It's up to you if you want to apply it to all royalroad.com stories, or just that one.
Thanks! I didn't want to wait for another chapter, so I added it to the CSS manually and it worked great. Thanks again!

- Andrew
applegaa is offline   Reply With Quote