How can I adjust the sidebar color in my Dawn theme?

Hey there,

I added a gradient to my Dawn theme however, the gradient is not showing up in the sidebar menu (on mobile), it still shows as the old solid blue colour.

need to change this side bar to match the same colour as header/footer.^

Site is: www.cozyslides.ca

Thank you :slightly_smiling_face:

How can I change this?

Try adding this code to the bottom of base.css

.menu-drawer__inner-container {
  background: var(--gradient-background)
}

Result: