mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
#962 Set text color for flowchart link labels according to linkStyle definitions
This commit is contained in:
@@ -497,7 +497,7 @@ Instead of ids, the order number of when the link was defined in the graph is us
|
||||
defined in the linkStyle statement will belong to the fourth link in the graph:
|
||||
|
||||
```
|
||||
linkStyle 3 stroke:#ff3,stroke-width:4px;
|
||||
linkStyle 3 stroke:#ff3,stroke-width:4px,color:red;
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user