diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index 615eaeb9b5..93b2824ebe 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -5,7 +5,7 @@ var/global/floorIsLava = 0
////////////////////////////////
/proc/message_admins(var/msg)
- msg = "ADMIN LOG: [msg]"
+ msg = "ADMIN LOG: [msg]"
log_adminwarn(msg)
for(var/client/C in admins)
if(R_ADMIN & C.holder.rights)
@@ -13,7 +13,7 @@ var/global/floorIsLava = 0
/proc/msg_admin_attack(var/text) //Toggleable Attack Messages
log_attack(text)
- var/rendered = "ATTACK: [text]"
+ var/rendered = "ATTACK: [text]"
for(var/client/C in admins)
if(R_ADMIN & C.holder.rights)
if(C.prefs.toggles & CHAT_ATTACKLOGS)
diff --git a/code/stylesheet.dm b/code/stylesheet.dm
index 201a579998..fadc7561a6 100644
--- a/code/stylesheet.dm
+++ b/code/stylesheet.dm
@@ -12,6 +12,7 @@ em {font-style: normal; font-weight: bold;}
{color: #638500;}
.prefix { font-weight: bold;}
+.log_message {color: #5BADFF;}
.ooc { font-weight: bold;}
.ooc .everyone {color: #002eb8;}
@@ -24,7 +25,6 @@ em {font-style: normal; font-weight: bold;}
.mod {color: #735638; font-weight: bold;}
.adminmod {color: #402A14; font-weight: bold;}
-.admin {color: #386aff; font-weight: bold;}
.adminsay {color: #9611D4; font-weight: bold;}
.headminsay {color: #5A0A7F; font-weight: bold;}