I'm using Angular. I have an external table that I need to incrust inside an iframe inside my web application, but at the same time, I need to change the styles to match my web page style. I only need that, change the font color or change the background color, I cannot change the external web.
Something like
<iframe
src="//tables.org/table-a"
frameborder="0"
></iframe>