mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-03 19:17:00 +01:00
#1295 Start shape and handling of setting a unique start id per cluster level
This commit is contained in:
@@ -67,3 +67,8 @@ g.stateGroup line {
|
||||
font-family: 'trebuchet ms', verdana, arial;
|
||||
font-family: var(--mermaid-font-family);
|
||||
}
|
||||
|
||||
.node circle.state-start {
|
||||
fill: black;
|
||||
stroke: black;
|
||||
}
|
||||
Reference in New Issue
Block a user