From b6a399df1aed1531b78346ab3e8bbf5da3a129b3 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 26 Jul 2019 17:13:37 +0200 Subject: [PATCH] Make host links bold in the comments view --- modules/monitoring/public/css/tables.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index 6fa35e8de..959b25402 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -17,6 +17,10 @@ // Object link and comment author in the comment overview .comment-author { margin-bottom: 0.25em; + + > a { + font-weight: bold; + } } // Comment icons, e.g. persistent in the comment overview