diff --git a/anonstream/templates/nojs_chat_users.html b/anonstream/templates/nojs_chat_users.html index 246f09a..869c33f 100644 --- a/anonstream/templates/nojs_chat_users.html +++ b/anonstream/templates/nojs_chat_users.html @@ -67,6 +67,12 @@ line-height: 1.4375; } .user__insignia { + color: var(--chat-bg); + border: 1px outset #0000007f; + text-shadow: 0 0 1px var(--chat-bg-color); + background-color: orangered; + padding: 0 2px; + border-radius: 3px; cursor: help; } .user__name {