diff --git a/code/modules/mob/say_vr.dm b/code/modules/mob/say_vr.dm
index 4f48a4adf4..64f65adfbb 100644
--- a/code/modules/mob/say_vr.dm
+++ b/code/modules/mob/say_vr.dm
@@ -37,7 +37,7 @@
if(input)
log_subtle(message,src)
- message = "[src] [input]"
+ message = "[src] [input]"
else
return
diff --git a/code/stylesheet.dm b/code/stylesheet.dm
index 7e98aa4b77..6efbfdaf94 100644
--- a/code/stylesheet.dm
+++ b/code/stylesheet.dm
@@ -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 */