By default, there is style for links in menu module in that t4-footnav section, if you want all links of this section have the same color as footer section, you can use this custom css:
.t4-footnav a {
color: var(--footer-link-color);
}
.t4-footnav a:hover, .t4-footnav a:focus, .t4-footnav a:active {
color: var(--footer-link-hover-color);
}