Skip to content

Commit

Permalink
remove border from last item
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcat-creations committed Oct 9, 2024
1 parent dc5e571 commit 2696d61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
a {
color: var(--body-color);
}
&::before,
&::after {
border-inline-start-color: $breadcrumbs-current-bg;
border: none;
}
}
&:hover {
Expand Down

0 comments on commit 2696d61

Please sign in to comment.