Added back text base color.

This commit is contained in:
MaikelChan
2024-02-11 14:15:59 +01:00
parent 7f929c2fd8
commit 580e13b6d6
4 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
<li class="mt-1">
<a class="flex items-center hover:text-primary-600 dark:hover:text-primary-400">
<a class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
{{ if .Pre }}
<span {{ if and .Pre .Name}} class="mr-1" {{ end }}>
{{ partial "icon.html" .Pre }}
@@ -16,7 +16,7 @@
{{ range .Children }}
<li class="mt-1">
<a href="{{ .URL }}" {{ if or (strings.HasPrefix .URL "http:" ) (strings.HasPrefix .URL "https:"
) }} target="_blank" {{ end }} class="flex items-center hover:text-primary-600 dark:hover:text-primary-400">
) }} target="_blank" {{ end }} class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
{{ if .Pre }}
<span {{ if and .Pre .Name}} class="mr-1" {{ end }}>
{{ partial "icon.html" .Pre }}