add a symbol before private issues

This commit is contained in:
Frédéric Péters 2020-04-17 12:52:18 +02:00
parent 0e6247bdad
commit 0a3718026e
1 changed files with 3 additions and 0 deletions

View File

@ -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;