Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Fix bug where user names would be colored blue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MadaraUchiha committed Jul 20, 2019
1 parent b1b5dd8 commit 679afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/chat.important.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 679afa6

Please sign in to comment.