Skip to content
Snippets Groups Projects

Fix downstream pipeline background color in dark mode

Merged Annabel Dunstone Gray requested to merge downstream-pipelines into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -316,7 +316,7 @@
@@ -316,7 +316,7 @@
}
}
.pipeline-graph .pipeline-graph {
.pipeline-graph .pipeline-graph {
background-color: $gray-100;
background-color: var(--gray-100, $gray-100);
}
}
}
}
Loading