Skip to content

Commit

Permalink
Cause green line branch pills to reappear in connections (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky authored Aug 20, 2019
1 parent 82fe6c1 commit 9254e05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/site/assets/css/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
background-color: $brand-orange-line;
}

.u-bg--green-line {
.u-bg--green-line,
.u-bg--green-line-b,
.u-bg--green-line-c,
.u-bg--green-line-d,
.u-bg--green-line-e {
@include bg-text($white);
background-color: $brand-green-line;
}
Expand Down

0 comments on commit 9254e05

Please sign in to comment.