Merge pull request #1129 from CHOMPStationBot/upstream-merge-9581

[MIRROR] Makes me's in oldchat not be italicized
This commit is contained in:
Nadyr
2021-01-16 20:09:03 -05:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
if(input)
log_subtle(message,src)
message = "<span class='emote'><B>[src]</B> <I>[input]</I></span>"
message = "<span class='emote_subtle'><B>[src]</B> <I>[input]</I></span>"
else
return

View File

@@ -67,7 +67,11 @@ em {font-style: normal;font-weight: bold;}
h1.alert, h2.alert {color: #000000;}
.ghostalert {color: #5c00e6; font-style: italic; font-weight: bold;}
.emote {font-style: italic;}
// VOREStation Edit Start
.emote {}
.emote_subtle {font-style: italic;}
// VOREStation Edit End
/* Game Messages */