Skip to content

Commit

Permalink
Replace color shade in breadcrumbs with solid
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Nov 3, 2021
1 parent 04bb970 commit 03d93db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/resources/views/navigation/_breadcrumbs.antlers.html
Expand Up @@ -24,7 +24,7 @@
<span property="name">{{ title }}</span>
</a>
<meta property="position" content="{{ count }}">
<span class="px-2 text-neutral-300" aria-hidden>/</span>
<span class="px-2 text-neutral" aria-hidden>/</span>
{{ else }}
<a
href="{{ url }}"
Expand Down

0 comments on commit 03d93db

Please sign in to comment.