Skip to content

Commit

Permalink
breadcrumbs.css: use right arrow for separation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 9, 2020
1 parent fec665c commit 5c6be83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ a + .breadcrumbs {
}

.breadcrumbs li::after {
content: "/";
content: "\2192";
padding: 0 0.5rem;
}

Expand Down

0 comments on commit 5c6be83

Please sign in to comment.