From 6662c48c69aeeaf3da5fbb0b8948a5868b4aa9e3 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:21:57 +0000 Subject: [PATCH] Fixes PR announce test being huge (#19579) --- code/modules/world_topic/announce.dm | 2 +- goon/browserassets/css/browserOutput-dark.css | 2 +- goon/browserassets/css/browserOutput.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/world_topic/announce.dm b/code/modules/world_topic/announce.dm index f84481c979f..49362558c22 100644 --- a/code/modules/world_topic/announce.dm +++ b/code/modules/world_topic/announce.dm @@ -5,4 +5,4 @@ /datum/world_topic_handler/announce/execute(list/input, key_valid) var/prtext = input["announce"] for(var/client/C in GLOB.clients) - to_chat(C, "PR: [prtext]") + to_chat(C, "PR: [prtext]") diff --git a/goon/browserassets/css/browserOutput-dark.css b/goon/browserassets/css/browserOutput-dark.css index 2495b1a9418..ddecc376649 100644 --- a/goon/browserassets/css/browserOutput-dark.css +++ b/goon/browserassets/css/browserOutput-dark.css @@ -308,7 +308,7 @@ em {font-style: normal;font-weight: bold;} .boldnotice {color: #6685f5;font-weight: bold;} .suicide {color: #ff5050;font-style: italic;} .green {color: #03bb39;} -.announce {color: #c51e1e;font-weight: bold;} +.pr_announce {color: #c51e1e;font-weight: bold;} .boldannounce {color: #c51e1e;font-weight: bold;} .greenannounce {color: #059223;font-weight: bold;} diff --git a/goon/browserassets/css/browserOutput.css b/goon/browserassets/css/browserOutput.css index 6d2676cc317..f51815efdca 100644 --- a/goon/browserassets/css/browserOutput.css +++ b/goon/browserassets/css/browserOutput.css @@ -306,7 +306,7 @@ em {font-style: normal; font-weight: bold;} .boldnotice {color: #000099; font-weight: bold;} .suicide {color: #ff5050; font-style: italic;} .green {color: #03bb39;} -.announce {color: #228b22; font-weight: bold;} +.pr_announce {color: #228b22; font-weight: bold;} .boldannounce {color: #ff0000; font-weight: bold;} .greenannounce {color: #00ff00; font-weight: bold;}