Merge pull request #9581 from Heroman3003/STOP-THE-ITALICS

Makes me's in oldchat not be italicized
This commit is contained in:
Novacat
2021-01-16 18:48:06 -05:00
committed by Chompstation Bot
parent 1e8d3d2152
commit ae3ece269d
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 */