From 7cc4347062a0c97ac93bdc77d79912858942cd24 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Mon, 9 Aug 2021 01:03:38 +0500 Subject: [PATCH] Do not underline the comma --- static/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/default.css b/static/default.css index c3d8071..39a2bc7 100644 --- a/static/default.css +++ b/static/default.css @@ -794,6 +794,8 @@ kbd { } .hypha-info__link:after { content: ", "; + text-decoration: none; + display: inline-block; } .hypha-info__entry:last-of-type a:after { content: none;