diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-12-25 13:39:34 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-12-25 13:39:34 +0100 |
commit | 1df3f334f6ae77950c9343299fb4bbd449d93729 (patch) | |
tree | d0a6b36222508cbe7eb7c732b73d7526cd3292fa | |
parent | 3a151527e1d72aa75d9461ee9918bda3bd08bcb1 (diff) | |
download | stagit-fork-1df3f334f6ae77950c9343299fb4bbd449d93729.zip |
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.
-rw-r--r-- | style.css | 9 |
1 files changed, 4 insertions, 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; } |