Change the border color of the node

Property definitions

nitc $ InheritanceGraph :: highlight
	# Change the border color of the node
	fun highlight(dot: DotElement): DotElement do
		dot["color"] = "#1E9431"
		return dot
	end
src/doc/commands/commands_graph.nit:345,2--349,4