On Wednesday, 13 January 2016 at 19:18:57 UTC, Guillaume Piolat wrote:
I also feel like it's not necessary to underline non-hovered links, this makes everything underlined.

With the rules:

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


it looks like this: http://i.imgur.com/reqSIva.png

Reply via email to