mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 00:58:28 -04:00
💄 Fix links missing some styles in Firefox
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
>↗</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" }}
|
||||
|
||||
Reference in New Issue
Block a user