diff --git a/client/css/style.css b/client/css/style.css index 5e3d06b..8020fa2 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -700,6 +700,9 @@ button { #chat .user-mode.op:before { content: "Operators"; } +#chat .user-mode.half-op:before { + content: "Half-Operators"; +} #chat .user-mode.voice:before { content: "Voiced"; }