💄 Fix links missing some styles in Firefox

This commit is contained in:
James Panther
2021-08-20 13:56:45 +10:00
parent 88d08bdad5
commit 62703a114b
6 changed files with 14 additions and 7 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
{{ template "crumb" (dict "p1" .p1.Site.Home "p2" .p2 ) }}
{{ end }}
<li class="inline {{ if or (eq .p1 .p2) (.p1.IsHome) }}hidden{{ end }}">
<a class="hover:underline underline-gray-300 dark:underline-gray-600" href="{{ .p1.Permalink }}"
<a
class="hover:underline hover:underline-gray-300 dark:underline-gray-600"
href="{{ .p1.Permalink }}"
>{{ .p1.Title }}</a
><span class="px-1 text-primary-500">/</span>
</li>