Change connection marker-end color

anybody know how change marker-end color or as icon?

.djs-visual > :nth-child(1) {
stroke:#a0d468 !important;
marker-end: url("#{resource[‘img/workflow/close.png’]}") !important;
}

This is due to markers not getting the fill / stroke from the connection.

bpmn-js v0.19.0 with the newly added color support fixes the issue.