From e348e8e0312d4307e28868c12504aa0b1d932f73 Mon Sep 17 00:00:00 2001 From: Amunak Date: Sun, 14 Dec 2014 16:46:47 +0100 Subject: [PATCH 1/4] Reverts admin log colour. --- code/stylesheet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 90ac0c091b2..6b3dd1d6709 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -12,7 +12,7 @@ em {font-style: normal;font-weight: bold;} {color: #638500;} .prefix {font-weight: bold;} -.log_message {color: #789FC7;} +.log_message {color: #386AFF;} /* OOC */ .ooc {font-weight: bold;} From b710e7004610264d06c0d7585d784ccac4512495 Mon Sep 17 00:00:00 2001 From: Amunak Date: Sun, 14 Dec 2014 16:51:33 +0100 Subject: [PATCH 2/4] Makes asay purple again. --- code/stylesheet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 6b3dd1d6709..e4650e26033 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -34,7 +34,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;} -.admin_channel {color: #402A14; font-weight: bold;} +.admin_channel {color: #9611D4; font-weight: bold;} /* Radio: Misc */ .deadsay {color: #530FAD;} From 1fb9c7610116104fca13de8e8e52e332a37c0046 Mon Sep 17 00:00:00 2001 From: Amunak Date: Sun, 14 Dec 2014 16:51:59 +0100 Subject: [PATCH 3/4] Makes admin log messages bold again. --- code/stylesheet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index e4650e26033..7e966f14275 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -12,7 +12,7 @@ em {font-style: normal;font-weight: bold;} {color: #638500;} .prefix {font-weight: bold;} -.log_message {color: #386AFF;} +.log_message {color: #386AFF; font-weight: bold;} /* OOC */ .ooc {font-weight: bold;} From 6c1911c34e73b5eaaaab3e62a81ae4fce905e92a Mon Sep 17 00:00:00 2001 From: Amunak Date: Sun, 14 Dec 2014 17:03:54 +0100 Subject: [PATCH 4/4] Makes 'other' PM colour way darker. --- code/stylesheet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 7e966f14275..2d9020e0f07 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -29,7 +29,7 @@ em {font-style: normal;font-weight: bold;} .pm .howto {color: #ff0000; font-weight: bold; font-size: 200%;} .pm .in {color: #ff0000;} .pm .out {color: #B54A4A;} -.pm .other {color: #498db6;} +.pm .other {color: #164664;} /* Admin: Channels */ .mod_channel {color: #735638; font-weight: bold;}