From: Hiltjo Posthuma Date: Tue, 25 Dec 2018 12:39:34 +0000 (+0100) Subject: style: keep default browser style for links, except patch chunks X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=1df3f334f6ae77950c9343299fb4bbd449d93729;p=forks%2Fstagit.git 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. --- diff --git a/style.css b/style.css index 8065487..d8f9fff 100644 --- 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; }