How do I change the font color for unsubscribe and manage preferences link in a Klaviyo email template? I tried these combinations but the link color does not change.
<p><span style="color:#D3D3D3 !important;">{% manage_preferences %} | {% unsubscribe %}</span></p>
<p><span style="color:#D3D3D3;">{% manage_preferences %} | {% unsubscribe %}</span></p>
<p><a href="{% manage_preferences %}" style="color:#d3d3d3 !important;">Manage Preferences</a> | <a href="{% unsubscribe_link %}" style="color:#d3d3d3 !important;">Unsubscribe</a></p>