style: keep default browser style for links, except patch chunks

This is almost always an underline. This improves accessibility.

Remove underline for patch chunks for readability.
This commit is contained in:
Hiltjo Posthuma 2018-12-25 13:39:34 +01:00
parent 3a151527e1
commit 1df3f334f6

View file

@ -17,14 +17,13 @@ img {
border: 0;
}
a {
a.d,
a.h,
a.i,
a.line {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#blob a {
color: #777;
}