Fixes PR announce test being huge (#19579)

This commit is contained in:
AffectedArc07
2022-11-02 21:21:57 +01:00
committed by GitHub
parent 39b5d3462d
commit 6662c48c69
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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, "<span class='announce'>PR: [prtext]</span>")
to_chat(C, "<span class='pr_announce'>PR: [prtext]</span>")
@@ -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;}
+1 -1
View File
@@ -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;}