mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 13:36:48 +01:00
Replaced all blue font with a custom colour
This commit is contained in:
+1
-1
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user