From 1fb9c7610116104fca13de8e8e52e332a37c0046 Mon Sep 17 00:00:00 2001 From: Amunak Date: Sun, 14 Dec 2014 16:51:59 +0100 Subject: [PATCH] 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;}