fixed bug in background setup

This commit is contained in:
Nuno Coração
2022-11-05 22:28:30 +00:00
parent cde1150c41
commit 196ba07e48
9 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<div class="flex flex-wrap">
{{ range $links := . }}
{{ range $name, $url := $links }}
<a class="px-1 hover:text-primary-400 text-primary-300" href="{{ $url }}" target="_blank"
<a class="px-1 hover:text-primary-400 text-primary-700 dark:text-primary-300" href="{{ $url }}" target="_blank"
aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{ partial
"icon.html" $name }}</a>
{{ end }}