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;}