From e5512518bb937ebc827af46ea35a1797e0746a06 Mon Sep 17 00:00:00 2001 From: Amunak Date: Mon, 5 Jan 2015 13:48:22 +0100 Subject: [PATCH 1/2] Makes LOOC dark turquoise, fixes #7681 --- code/stylesheet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 8a3eaf1a40..a3c9b7f9ad 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -19,7 +19,7 @@ em {font-style: normal;font-weight: bold;} .ooc img.text_tag {width: 32px; height: 10px;} .ooc .everyone {color: #002eb8;} -.ooc .looc {color: #6699cc;} +.ooc .looc {color: #3A9696;} .ooc .elevated {color: #2e78d9;} .ooc .moderator {color: #184880;} .ooc .developer {color: #1b521f;} From c34a8ee8596ad65ecd65d232a6e4e00f7dd7e700 Mon Sep 17 00:00:00 2001 From: Amunak Date: Mon, 5 Jan 2015 18:40:52 +0100 Subject: [PATCH 2/2] 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 */