Lets say I made a verb.
mob
verb
Chat_Box(msg as text)
for(var/mob/M as mob in world)
M <<browse("[msg]")
Is it possible to change up the Browser for Everyone on login to look Nicer then just a White screen with Black text. I realize how to change the text color with M <<>) But how would I change the Background of the browser is it even possible?</<browse>