Skip to content

Commit d03955c

Browse files
committed
build
1 parent f1b2f53 commit d03955c

File tree

3 files changed

+329
-76
lines changed

3 files changed

+329
-76
lines changed

assets/stylesheets/pipeline.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
stroke: #7a7373;
6767
}
6868
.pipeline-svg .edge.pending {
69-
stroke: #868585;
69+
stroke: #ffffff;
7070
}
7171
.pipeline-svg .edge.succeeded {
7272
stroke: #11c560;
@@ -100,7 +100,7 @@
100100
fill: #fff;
101101
}
102102
.pipeline-svg .node.constrained-input text {
103-
fill: #868585;
103+
fill: #ffffff;
104104
}
105105
.pipeline-svg .node.constrained-input.pinned text {
106106
fill: #fff;

0 commit comments

Comments
 (0)