From a7b0d7d543cb41bf6b74c0d9993df4a0d9969d7e Mon Sep 17 00:00:00 2001 From: AnonymousHybi Date: Fri, 18 Jan 2019 21:46:32 +0000 Subject: [PATCH] Slightly increases OOC brightness --- code/stylesheet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 3fc8b47cb6..a98a300e40 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -18,7 +18,7 @@ em {font-style: normal;font-weight: bold;} .ooc {font-weight: bold;} .ooc img.text_tag {width: 32px; height: 10px;} -.ooc .everyone {color: #3064ff;} +.ooc .everyone {color: #386aff;} .ooc .looc {color: #61c7ce;} .ooc .elevated {color: #2e78d9;} .ooc .moderator {color: #587AA3;}