I\'d like to customise the appearance of a website that I am loading, so I created a little test.css file that does nothing but changing the look of all table r
test.css
setUserStyleSheetLocation()was designed for that very purpose: to let the user of the web page, style it as they want.
Usage:
webEngine.setUserStyleSheetLocation(styleSheetURL.toString());