Change Background Color in OceanWP Mobile Menu Hover

Was not able to change the background color in OceanWP mobile menu’s hover in the customizer UI. Insert this piece of CSS in the Custom CSS section instead.

#mobile-dropdown ul li a:hover {
    background-color: #ff0005;
}