Hi There,
That color will follow your links color.
But you also can change it individually by adding the following code to Appereance > Customizer > Custom > CSS
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: inset 0 4px 0 0 #ffffff;
}
Change #ffffff for the desired color.
Hope it helps
Joao