I’m using the Bubble HTML plugin to display HTML I pull from the database. The issue is, even though I have H2, H3, etc from the “User Agent Stylesheet”, all those styles are wiped out by global style resets in run.css
:
Is there any way I can instruct Bubble to make the “user agent stylesheet” priority?
If not, do I just need to create a custom stylesheet just for the HTML component output (div.HTML
)?
Thank you.