mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-04 19:44:11 +01:00
added sequence numbers
This commit is contained in:
@@ -29,6 +29,14 @@ text.actor {
|
||||
fill: $signalColor;
|
||||
}
|
||||
|
||||
.nodeNumber {
|
||||
fill: $nodeNumberColor;
|
||||
}
|
||||
|
||||
#nodenumber {
|
||||
fill: $signalColor;
|
||||
}
|
||||
|
||||
#crosshead path {
|
||||
fill: $signalColor !important;
|
||||
stroke: $signalColor !important;
|
||||
|
||||
Reference in New Issue
Block a user