Targeting the navigation when menu is open

On Baseline theme, does anyone know how to target the header/nav when a menu is opened?

I have a gradient background for my nav, which looks a bit weird when the menu is open. I’m hoping to make it a solid colour when the megamenu is active: https://s0n7g9fhcay0p16u-41075703976.shopifypreview.com

@pearlerwork
Hello,

.relative.hidden:hover {
	background: #e0c5fa;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.min.scss.liquid

Like This