Header Custom text hover effect- Athens theme

Is there a way to add a blue text color on hover (still keeping the blue line underneath) for the header menu?

shop url - artgex.myshopify.com , pass: Superpowers123

Hello There,

  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:
li.navigation-main-item:hover {
color: blue;
}
ul.navigation-sub-menu.color-accent-1 li.navigation-main-item a:hover{
color: blue;
}