Makes me's in oldchat not be italicized

This commit is contained in:
Heroman
2021-01-17 09:37:27 +10:00
parent 5405b16da3
commit 7fbfc5833c
2 changed files with 6 additions and 2 deletions
+1 -1
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
+5 -1
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 */