Quote:
Originally Posted by applegaa
I'm reading a story on RoyalRoad that has a lot of tables that it uses as system screens.
...
|
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.