From 4d97eba214caa1c6449895bbc167b22b59fdaf14 Mon Sep 17 00:00:00 2001 From: Lohikar Date: Sun, 16 Apr 2017 12:14:23 -0500 Subject: [PATCH] Adjust colors (#2097) changes: Tweaked DOSay and Devsay colors to be more distinguishable from Gamesay & Deadchat. --- code/stylesheet.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 3b569cdae64..703b184a66f 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -35,8 +35,8 @@ em {font-style: normal;font-weight: bold;} .mod_channel {color: #735638; font-weight: bold;} .mod_channel .admin {color: #b82e00; font-weight: bold;} .admin_channel {color: #9611D4; font-weight: bold;} -.cciaasay {color: #521590;} -.devsay {color: #02280D;} +.cciaasay {color: #BD871B;} +.devsay {color: #5C7463;} /* Radio: Misc */ .deadsay {color: #530FAD;}