<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* non-destructive removal of text logo */
li.rt-menu-logo &gt; a &gt; span {
    opacity: 0;
    height: 0;
}
 
/* addition of background image logo */

 
/* Adjust menu-logo underline position */
.menu-block .gf-menu .rt-menu-logo:after {
	bottom: 0px !important;
}


.sprocket-strips.sprocket-strips-apollo .sprocket-strips-effect-apollo {
	background: #090d0f !important;
}</pre></body></html>