heractualbc.com
Log In / Sign Up
My Account
Registration
try { const parentStyles = getComputedStyle(window.parent.document.documentElement); document.body.style.fontFamily = parentStyles.getPropertyValue(“–font-family”) || “inherit”; document.body.style.color = parentStyles.getPropertyValue(“–primary-color”) || “#000”; document.body.style.background = parentStyles.getPropertyValue(“–background-color”) || “#f4f4f4”; } catch (e) { // Cross-origin protection fallback }