💫 Add transitions to author/article nav links

This commit is contained in:
James Panther
2022-11-10 12:36:05 +11:00
parent 8a1dbe4777
commit 023678f628
4 changed files with 34 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
{{ range $links := . }}
{{ range $name, $url := $links }}
<a
class="px-1 hover:text-primary-700 dark:hover:text-primary-400"
class="px-1 transition-transform hover:scale-125 hover:text-primary-700 dark:hover:text-primary-400"
href="{{ $url }}"
target="_blank"
aria-label="{{ $name | title }}"