How can I change the mobile menu color to #DBDBDB in the Dawn theme?

So i want to change the white menu section to #DBDBDB, What is some code to do this?

Theme: Dawn

Website: Desire-online.net

Hi @jakegrieveson

Please add this code at the bottom of your base.css file in Online store > Themes > Edit code

.menu-drawer__navigation, 
.header--has-social .menu-drawer__utility-links {
    background-color: #DBDBDB !important;
}