Portal header background colour not rendered properly when loaded from url applet in Now mobile.Issue When portal is rendered inside the now mobile the header background colour is not proper. But when we open the same portal in the mobile browser, the header background colour is proper. Portal inside now mobile: Portal when opened from the mobile browser: CauseBackground color for header is hardcoded in the below record(stock header):Resolution Please modify the stock header record as mentioned below. https://instance-name.service-now.com/sp_header_footer.do?sys_id=bf5ec2f2cb10120000f8d856634c9c0c&sysparm_view= .navbar-inverse.is-native { background-color: #405060; } > This has been modified to : .navbar-inverse.is-native { background-color: $panel-bg; }