How to change footer hover link color - Dawn theme

I would like to change the color of the Quick Links in the footer when hovered over to the same color as the header menu links when hovered over.

Footer ^

juliandadang_1-1646607753210.png

Header ^

Site: https://art-from-kabushka-ngemba.myshopify.com/

Password: shiayo

@julian-dadang , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > base**.css** and paste this at the bottom of the file:
.footer-block .list-menu__item:hover{
    color: #f75620!important;
}

Kind regards,
Diego