Quote:
Originally Posted by JimmXinu
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