Currently there is issues with text-decoration and color values.
text-decoration is forced on <a> tags and cant be changed.
color can be worked around by not leaving whitespace around color value, ie "color:red;" works, but "color: red;" does not.
Both issues should be fixed in next client patch.
text-decoration is forced on <a> tags and cant be changed.
color can be worked around by not leaving whitespace around color value, ie "color:red;" works, but "color: red;" does not.
Both issues should be fixed in next client patch.
---
Hello!