/* Override the lila background with white */
.container-header {
    background-color: #F0E68C;
    background-image: none;
}

/* Text should now be blue */
.container-header .mod-menu {
    color: #0088cc;
}
