Skip to content

Commit

Permalink
Use purple for blocked jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Aug 22, 2019
1 parent 900d49d commit 7835a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/openqa_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $color-labels: gray;
$color-bolt: #f2b500;
$color-bug-closed: $color-failed;
$color-state-scheduled: #67A2B7;
$color-state-blocked: #FF7417;
$color-state-blocked: #9167b7;
$color-state-cancelled: $color-module-none;
$color-state-running: #8BDFFF;
$color-step-actions: #666666;

0 comments on commit 7835a6f

Please sign in to comment.