From ef6684b77b4296e7b2a32bcf67f284048908ba6b Mon Sep 17 00:00:00 2001 From: Emerson Veenstra Date: Fri, 14 Jun 2019 13:51:42 -0400 Subject: [PATCH] Only prepend text with 'Notice: ' if it's the nick it's from --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 028102a3..7fe19d79 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1393,7 +1393,7 @@ background on hover (unless active) */ color: #0074d9 !important; } -#chat .notice .user::before { +#chat .notice .from .user::before { content: "Notice: "; }