If I open the below fiddle in Safari on all devices, the cross mark entity is always coloured red.
http://jsfiddle.net/minlare/bgmx2d74/
a {
color: #333;
}
a:before {
content: '\274C';
color: #333 !important;
}
Is there a way to set the colour on the cross mark entity in Safari?