Emergency Noification Banner
The emergency notification is one color when logged in, and a different color when logged out. Internal pages will match the color when logged in but home page will be different
Add this to the "Site-wide custom HTML before </head>" Section
<style>
.legacy-notification.notice {
background: #COLORHERE !important;
}
</style>