Skip to content

Commit

Permalink
Merge pull request #3915 from alphagov/re-add-inverse-breadcrumbs
Browse files Browse the repository at this point in the history
re-add inverse breadcrumbs sass
  • Loading branch information
owenatgov authored Jul 6, 2023
2 parents 489ad34 + 73e33ff commit 655404d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/govuk/components/breadcrumbs/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,16 @@
}
}
}

.govuk-breadcrumbs--inverse {
color: govuk-colour("white");

.govuk-breadcrumbs__link {
@include govuk-link-style-inverse;
}

.govuk-breadcrumbs__list-item:before {
border-color: currentcolor;
}
}
}

0 comments on commit 655404d

Please sign in to comment.