XenForo submitted a new resource:
You must be registered for see links
- Styling and customization questionsExtra.less
a.link--internal
{
text-decoration: underline;
}
a.link--external
{
text-decoration: underline;
}
You can use this for hover over color, just change to your color.
a.link--internal:hover
{
color: #CCC !important;
text-decoration: underline;
}
a.link--external:hover
{
color: #CCC !important;
text-decoration: underline;
}