From c34a8ee8596ad65ecd65d232a6e4e00f7dd7e700 Mon Sep 17 00:00:00 2001 From: Amunak Date: Mon, 5 Jan 2015 18:40:52 +0100 Subject: [PATCH] Admin name colour msay colour fix Admin name colour in msay now matches their default OOC colour. Hopefully fixes some concerns presented in #7657. --- code/stylesheet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index a3c9b7f9ad..937b5a71c3 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -33,7 +33,7 @@ em {font-style: normal;font-weight: bold;} /* Admin: Channels */ .mod_channel {color: #735638; font-weight: bold;} -.mod_channel .admin {color: #e40045; font-weight: bold;} +.mod_channel .admin {color: #b82e00; font-weight: bold;} .admin_channel {color: #9611D4; font-weight: bold;} /* Radio: Misc */