git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit f40f77a1fd15358215cc2a03ea552b669f05045d parent 8e70e8af30ea4577699fbd6b5f190a7be5a327ec Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 25 Dec 2018 13:39:34 +0100 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 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/style.css b/style.css @@ -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; }