mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Bends of the lines when branching
This commit is contained in:
@@ -38,7 +38,7 @@ const getStyles = (options) =>
|
||||
.label7 { fill: ${options.fillType7}; }
|
||||
|
||||
// .arrow { stroke : ${options.tertiaryColor}; stroke-width: 8; stroke-linecap: round; }
|
||||
.arrow { stroke : #cc33cc; stroke-width: 8; stroke-linecap: round; }
|
||||
.arrow { stroke : #cc33cc; stroke-width: 8; stroke-linecap: round; fill: none}
|
||||
// #arrowhead { fill: ${options.tertiaryColor};}
|
||||
#arrowhead { fill: #990099;}
|
||||
.branchLabel { }
|
||||
|
Reference in New Issue
Block a user