Underlined links

Great point! Looks like @admins can add custom CSS, and it should be mostly a matter of just adding something like:

a {
  text-decoration: underline; 
}
3 Likes