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:
parent
3a151527e1
commit
1df3f334f6
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue