Is there any way to ensure that my grey font colors do not turn black?
Firefox and Chrome seem to do this in order to prevent white text on black background from tur
This solution working in all browsers:
.text{ color: transparent; text-shadow: 2px 0 #red; }