chore: remove text-gray

This commit is contained in:
ZhenShuo Leo
2025-08-03 03:59:35 +08:00
parent 814df64d92
commit 76aa3741d1
6 changed files with 11 additions and 11 deletions
@@ -1,7 +1,7 @@
<a
href="{{ .URL }}"
{{ if or (strings.HasPrefix .URL "http:" ) (strings.HasPrefix .URL "https:" ) }}target="_blank"{{ end }}
class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
class="flex items-center hover:text-primary-600 dark:hover:text-primary-400">
{{ if .Pre }}
<span {{ if and .Pre .Name }}class="mr-1"{{ end }}>
{{ partial "icon.html" .Pre }}