For some reason, iframes have a white background, even when set to allow transparency, when inside an ancestor with color-scheme: dark; set. The fix is to add color-scheme: auto; to the style attribute of the iframe. Needs to be added to preview iframe and any embed code markup generated.