added sequence numbers

This commit is contained in:
Bland, Paul
2018-08-16 13:44:59 -04:00
parent a4992963b3
commit fb79b133e9
8 changed files with 56 additions and 5 deletions

View File

@@ -29,6 +29,14 @@ text.actor {
fill: $signalColor;
}
.nodeNumber {
fill: $nodeNumberColor;
}
#nodenumber {
fill: $signalColor;
}
#crosshead path {
fill: $signalColor !important;
stroke: $signalColor !important;