robin1liu / vue-mermaid

flowchart of mermaid with vue component
MIT License
124 stars 25 forks source link

Set font color #14

Open timvol opened 4 years ago

timvol commented 4 years ago

Using the style-parameter, we can define a custom style for each node, but how can I set the font color? I already tried to use "color: red", "font-color: red" and "text-color: red" but nothing worked :(

tennox commented 4 years ago

color: #fafafa works for me