Well, an iframe creates a new CSS scope. So even if I'd set the --joplin-background-color
in the parent, plugins will not have access to it (unfortunately). The only solution to this would be that loadChromeCssFile(...)
would also append the CSS to all plugin iframes or do some postMessage'ing to the iframe. This we can not achieve via plugins at the moment.
1 Like