Child Theme css color issue with Internet Explorer
I made quite a few adjustments to my Child Theme's style.css. Most of the changes were to adjust color.
I work with Firefox and Chrome and everything looked great. Everything also looked correct while I was using different browser apps on my iPad and Android phone.
However, I was showing someone my site, they were using Internet Explorer, and the color adjustments were not working. It appeared that all my other non-color style adjustments were fine.
Has anyone else had this issue or know what might be causing it?
The strangest thing is that the rounded-nav-box and sidebar .section head were using the blue.css file even though my child style.css file is set up for gray.
@import url("../vantage/style.css");
@import url("../vantage/styles/gray.css");
Thank you.