View Single Post
Old 03-02-2023, 10:15 PM   #8167
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,038
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by applegaa View Post
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.
JimmXinu is offline   Reply With Quote