From 679afa630505d02e03b55cdb6407adb9889dc2e9 Mon Sep 17 00:00:00 2001 From: Madara Uchiha Date: Sun, 21 Jul 2019 01:23:57 +0300 Subject: [PATCH] Fix bug where user names would be colored blue. --- scss/chat.important.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/chat.important.scss b/scss/chat.important.scss index 1294de6..011f2bc 100644 --- a/scss/chat.important.scss +++ b/scss/chat.important.scss @@ -180,6 +180,6 @@ body.moderator-room { display: none; } -a:not(.button):not(.tag):not(.wmd-mini-button) { +a:not(.button):not(.tag):not(.wmd-mini-button):not(.signature) { color: #38aff9; }