💄 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
+5 -1
View File
@@ -11,7 +11,11 @@
>&#8599;</span
>
{{ else }}
<a class="hover:underline underline-primary-500" href="{{ .Permalink }}">{{ .Title }}</a>
<a
class="hover:underline hover:underline-primary-500 hover:underline-offset-small"
href="{{ .Permalink }}"
>{{ .Title }}</a
>
{{ end }}
{{ if and .Draft .Site.Params.article.showDraftLabel }}
{{ partial "badge.html" "Draft" }}