Skip to content

Commit

Permalink
5.2 dev Fix breadcrumbs color in light and darkmode, fix for 44134 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcat-creations authored Feb 3, 2025
1 parent 78818e8 commit a89c179
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@
}
&:last-of-type {
background-color: $breadcrumbs-current-bg;
a {
color: var(--body-color);
}
&::before,
&::after {
border-inline-start-color: $breadcrumbs-current-bg;
border: none;
}
}
&:hover {
Expand Down

0 comments on commit a89c179

Please sign in to comment.