Skip to content

Commit

Permalink
fix light css
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud authored and Arnaud committed May 31, 2020
1 parent f1b5c3c commit cd5fbf6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/static/css/flowchart.light.css
Original file line number Diff line number Diff line change
Expand Up @@ -764,3 +764,14 @@ div.tooltip-date {
.ct-chart .ct-series.ct-series-a .ct-line {
stroke: rgb(34, 230, 27);
}

.mxEdgeFlow {
animation: mxEdgeFlow 0.5s linear;
animation-iteration-count: infinite;
}

@keyframes mxEdgeFlow {
to {
stroke-dashoffset: -16;
}
}

0 comments on commit cd5fbf6

Please sign in to comment.