- commit
- 1df3f334f6ae77950c9343299fb4bbd449d93729
- parent
- 3a151527e1d72aa75d9461ee9918bda3bd08bcb1
- Author
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date
- 2018-12-25 12:39
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.
Diffstat
M | style.css | 9 | ++++----- |
1 files changed, 4 insertions, 5 deletions
diff --git a/style.css b/style.css
@@ -17,14 +17,13 @@ img { 17 17 border: 0; 18 18 } 19 1920 -1 a {-1 20 a.d, -1 21 a.h, -1 22 a.i, -1 23 a.line { 21 24 text-decoration: none; 22 25 } 23 2624 -1 a:hover {25 -1 text-decoration: underline;26 -1 }27 -128 27 #blob a { 29 28 color: #777; 30 29 }