Why is my desktop site font color different from mobile version?

That because in CSS there is a thing called media queries that apply styles to certain elements on the page depend on the screen size. Depending on the theme your using you could apply custom styles to force the text to be white in all screen sizes. What theme are you using?