diff --git a/baystation12.int b/baystation12.int index bcf311b6f0027..309e25da876fe 100644 --- a/baystation12.int +++ b/baystation12.int @@ -1,10 +1,10 @@ // BEGIN_INTERNALS /* MAP_ICON_TYPE: 0 -WINDOW: code\modules\admin\verbs\cleartoxin.dm;code\modules\clothing\spacesuits\spacesuits.dm;code\modules\economy\TradeDestinations.dm;code\modules\events\ion_storm.dm;code\modules\mob\living\silicon\ai\ai.dm;code\modules\mob\living\silicon\robot\robot.dm;code\global.dm;code\game\verbs\ooc.dm;code\world.dm;code\game\machinery\vending.dm;code\modules\admin\admin_verbs.dm +WINDOW: code\stylesheet.dm LAST_COMPILE_VERSION: 506.1247 -DIR: code code\game\machinery code\game\verbs code\modules code\modules\admin code\modules\admin\verbs code\modules\clothing code\modules\clothing\spacesuits code\modules\economy code\modules\events code\modules\mob code\modules\mob\living code\modules\mob\living\silicon code\modules\mob\living\silicon\ai code\modules\mob\living\silicon\robot -FILE: code\modules\admin\admin_verbs.dm +DIR: code code\game\machinery code\game\verbs code\modules code\modules\admin code\modules\admin\verbs code\modules\clothing code\modules\clothing\spacesuits code\modules\economy code\modules\events code\modules\mob code\modules\mob\living +FILE: code\stylesheet.dm LAST_COMPILE_TIME: 1439679616 AUTO_FILE_DIR: OFF */ diff --git a/code/stylesheet.dm b/code/stylesheet.dm index d42ac80b7c87f..50d48b991e1c1 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -20,10 +20,10 @@ em {font-style: normal;font-weight: bold;} .ooc .everyone {color: #002eb8;} .ooc .looc {color: #3A9696;} -.ooc .elevated {color: #2e78d9;} -.ooc .moderator {color: #184880;} -.ooc .developer {color: #1b521f;} -.ooc .admin {color: #b82e00;} +.ooc .elevated {color: #003957;} +.ooc .moderator {color: #003957;} +.ooc .developer {color: #003957;} +.ooc .admin {color: #003957;} /* Admin: Private Messages */ .pm .howto {color: #ff0000; font-weight: bold; font-size: 200%;}