I would like the links in emails underlined. It is using my site's styling, so I know I can put it in extra.less just don't know what to put. Thanks!
In your templates page, there are two tabs. One is Public and one is Email. In the Email tab, search Core.less
Find (should be top of list):
a
{
color: @xf-emailLinkColor;
text-decoration: none;
}
and change none for text-decoration to underline