🐛 Fix underline styles not displaying correctly

Fixes #125
This commit is contained in:
James Panther
2022-02-20 14:36:36 +11:00
parent a55d686fe1
commit d1387f79f8
8 changed files with 27 additions and 26 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<h3 class="flex items-center mt-6 text-xl font-semibold">
{{ with .Params.externalUrl }}
<a
class="hover:underline hover:decoration-primary-500 hover:underline-offset-2 text-neutral-800 dark:text-neutral"
class="decoration-primary-500 hover:underline hover:underline-offset-2 text-neutral-800 dark:text-neutral"
href="{{ . }}"
target="_blank"
rel="external"
@@ -16,7 +16,7 @@
</span>
{{ else }}
<a
class="hover:underline hover:decoration-primary-500 hover:underline-offset-2 text-neutral-800 dark:text-neutral"
class="decoration-primary-500 hover:underline hover:underline-offset-2 text-neutral-800 dark:text-neutral"
href="{{ .RelPermalink }}"
>{{ .Title | emojify }}</a
>