Last Updated: February 25, 2016
·
758
· devers

Don't forget about your text-shadows

Don't forget to remove your text shadows when you define ::selection colors!

::-moz-selection,
::-webkit-selection,
::selection {
    text-shadow: none;
}