How to add secondary colour to dropdown menu links? (dawn theme)

I have a drop down menu on my dawn theme. the links are black by default however when I hover I want the colour to change to a secondary colour, how do I go about doing this?

Hey @PM98 ,

Can I have the store link please?

I’ve messaged you!

Hey @PM98 ,

You can add CSS code. Change the color hex code to whatever you like.

.menu-drawer__menu-item.list-menu__item:hover {
    color: #e54;
}

Result: