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.
1 files changed, 4 insertions(+), 5 deletions(-) | |||
---|---|---|---|
M | style.css | +4 | -5 |
1@@ -17,14 +17,13 @@ img {
2 border: 0;
3 }
4
5-a {
6+a.d,
7+a.h,
8+a.i,
9+a.line {
10 text-decoration: none;
11 }
12
13-a:hover {
14- text-decoration: underline;
15-}
16-
17 #blob a {
18 color: #777;
19 }