From 1df3f334f6ae77950c9343299fb4bbd449d93729 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 25 Dec 2018 13:39:34 +0100 Subject: [PATCH] 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. --- style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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; } -- 2.39.2