Skip to content

Commit

Permalink
remove duplicate combinator
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jan 25, 2023
1 parent f43bd60 commit 5f5be21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/sass/components/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ol.breadcrumb > li:not(:first-child) > {
font-family: "FontAwesome";
font-size:smaller;
}
> a:before {
a:before {
color: $link-color;
}
> span:before {
span:before {
color:$gray-light;
}
}
Expand Down

0 comments on commit 5f5be21

Please sign in to comment.