How do I change the color of just one element in a Mermaid sequence diagram?

Viewed 21589

I'm using Mermaid to create a sequence diagram in Markdown. I'd like to highlight some of the participants and to gray some of the arrows.

I only see how to change the theme color, not how to change the color of a specific diagram element. Is it possible?

2 Answers
Related