If you add this to the custom CSS and replace the #fff with the hex color code you want. This will change the link color value on desktop and leave mobile as is until this is fixed.
@media only screen and (min-width: 760px) {
:root {–mobile-menu-bg:#fff!important;}
}