From 03140f505ca475f185bdc197b175ee8a59cf774f Mon Sep 17 00:00:00 2001 From: poire-z Date: Fri, 29 May 2020 14:32:43 +0200 Subject: [PATCH] Wikipedia EPUBs: keep links in bold text bold --- frontend/ui/wikipedia.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/wikipedia.lua b/frontend/ui/wikipedia.lua index 9eb046910..8a5eb9f2a 100644 --- a/frontend/ui/wikipedia.lua +++ b/frontend/ui/wikipedia.lua @@ -979,7 +979,7 @@ a { display:inline; text-decoration: underline; color: black; - font-weight: normal; + font-weight: inherit; } /* No underline for links without their href that we removed */ a.newwikinonexistent {