On 4/9/14, Andrej Mitrovic <[email protected]> wrote: > - All links are underlined by default (a little bit ugly, but I can > use a stylish script to override this)
Here's what I use for the Stylish[1] addon:
-----
@-moz-document url-prefix('https://issues.dlang.org'),
url-prefix('http://issues.dlang.org')
{
a {
text-decoration:none;
}
}
-----
[1] : https://addons.mozilla.org/en-US/firefox/addon/stylish/
