Replaced all blue font with a custom colour

This commit is contained in:
AnonymousHybi
2019-01-18 15:14:32 +00:00
parent e85c41f86f
commit bff9f560f7
137 changed files with 491 additions and 491 deletions
+1 -1
View File
@@ -410,7 +410,7 @@
else if (href_list["obj_announce"])
var/obj_count = 1
current << "<font color='blue'>Your current objectives:</font>"
current << "<font color='#6F6FE2'>Your current objectives:</font>"
for(var/datum/objective/objective in objectives)
current << "<B>Objective #[obj_count]</B>: [objective.explanation_text]"
obj_count++