How to set mermaid sequence diagram css of arrowhead?

What I’m trying to do

I want to set he color of arrowhead in sequence diagram. But not work.

Things I have tried

.messageLine0 {
    marker-end: 'url(#arrowhead)' !important;
}

#arrowhead {
    fill: blue !important;
}

Thanks for help!

1 Like