💄 Style updates to enhance design consistency

This commit is contained in:
James Panther
2021-08-18 12:54:18 +10:00
parent 7f59d04d39
commit 7030022620
20 changed files with 126 additions and 72 deletions
+12 -2
View File
@@ -13,9 +13,19 @@
{{ if .Site.Params.attribution | default true }}
<p class="text-xs text-gray-300 dark:text-gray-600">
{{ i18n "footer.powered_by" }}
<a class="hover:underline" href="https://gohugo.io/" target="_blank">Hugo</a>
<a
class="hover:underline underline-primary-300 hover:text-primary-400"
href="https://gohugo.io/"
target="_blank"
>Hugo</a
>
&amp;
<a class="hover:underline" href="https://git.io/hugo-congo" target="_blank">Congo</a>
<a
class="hover:underline underline-primary-300 hover:text-primary-400"
href="https://git.io/hugo-congo"
target="_blank"
>Congo</a
>
</p>
{{ end }}
{{/* Extend footer - eg. for extra scripts, etc. */}}