XenForo submitted a new resource:
Changing the color of message links - Applications and Plugins
extra.less
CSS:
/* START Link in posts */
.message-userContent a
{
color:#0e0588;
text-decoration:underline;
font-weight:normal;
}
.message-userContent a:hover
{
color:#C30000;
font-weight:normal;
text-decoration:underline;
}
/* END Link in posts */
Changing the color of message links - Applications and Plugins
extra.less
CSS:
/* START Link in posts */
.message-userContent a
{
color:#0e0588;
text-decoration:underline;
font-weight:normal;
}
.message-userContent a:hover
{
color:#C30000;
font-weight:normal;
text-decoration:underline;
}
/* END Link in posts */