diff --git a/src/app/webapp-common/pipelines-controller/pipeline-controller-info/pipeline-controller-info.component.scss b/src/app/webapp-common/pipelines-controller/pipeline-controller-info/pipeline-controller-info.component.scss index 66682747..043221fe 100644 --- a/src/app/webapp-common/pipelines-controller/pipeline-controller-info/pipeline-controller-info.component.scss +++ b/src/app/webapp-common/pipelines-controller/pipeline-controller-info/pipeline-controller-info.component.scss @@ -136,16 +136,16 @@ $log-header-height: 48px; left: 0; top: 0; pointer-events: none; - stroke: $blue-800; - fill: $blue-800; + stroke: $blue-600; + fill: $blue-600; .selected { stroke: $blue-200; fill: $blue-200; } .outgoing { - stroke: $blue-400; - fill: $blue-400; + stroke: $blue-300; + fill: $blue-300; } } }