When you embed something on a Notion page, or within a Super page, sometimes the background colour does not match your Super site. You can fix this with a simple piece of code.
โ
Please add this code to Code > CSS, save and then refresh the page on the site.
.notion-embed__container>iframe {
background-color: transparent !important;
}
โ