From 0a3718026edb74599993bb34e5724c446fd45b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 17 Apr 2020 12:52:18 +0200 Subject: [PATCH] add a symbol before private issues --- stylesheets/application.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 721228c..07fab2a 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -266,6 +266,9 @@ div.wiki { td.subject a { color: darken(#467aa7, 20%); } + &.private td.subject a::before { + content: "🚫 "; + } td.id { padding: 1px 5px; text-align: center;