From f33ca31320f709487e5a0d7ff96aba8eec9b707e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 2 Feb 2017 11:35:38 -0600 Subject: [PATCH] Highlight links by underline in comments Signed-off-by: Morris Jobke --- isso/css/isso.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/css/isso.css b/isso/css/isso.css index 2d587ff..456740c 100644 --- a/isso/css/isso.css +++ b/isso/css/isso.css @@ -3,7 +3,7 @@ -moz-box-sizing: border-box; box-sizing: border-box; } -#isso-thread a { +#isso-thread .isso-comment-header a { text-decoration: none; }