css - Safari Cross Mark Entity always coloured red -
if open below fiddle in safari on devices, cross mark entity coloured red.
http://jsfiddle.net/minlare/bgmx2d74/
a { color: #333; } a:before { content: '\274c'; color: #333 !important; } is there way set colour on cross mark entity in safari?
Comments
Post a Comment