When I look back at all my custom css I don’t see that @media css code. I only see the code below for the promo bar. And that makes the promo bar the right colors on my desktop, it’s just not doing the same thing on mobile view. On mobile view the hover color is correct, but the base color is gray and that is not what I want.
#base-promo.footer-promo-arrow:hover, #base-promo.footer-promo-text:hover, .sf-promo-bar.promo-arrow:hover, .sf-promo-bar.promo-text:hover {
background-color: #6caae4!important;
}
#base-promo {
background-color: #0A548B!important;
}
#base-promo > p, #base-promo.footer-promo-text > a, #base-promo.footer-promo-arrow > a {color: #FFF!important;}