fix: logo text color
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<!-- Logotype -->
|
<!-- Logotype -->
|
||||||
<a href="/" class="logo-glitch flex items-center gap-3 hover:opacity-90 transition-opacity" aria-label="{{ .Site.Params.logoText }} Home">
|
<a href="/" class="logo-glitch flex items-center gap-3 hover:opacity-90 transition-opacity" aria-label="{{ .Site.Params.logoText }} Home">
|
||||||
{{- partial "logo.html" (dict "id" "nav" "class" "h-8 w-auto flex-shrink-0") -}}
|
{{- partial "logo.html" (dict "id" "nav" "class" "h-8 w-auto flex-shrink-0") -}}
|
||||||
<span class="text-gradient font-display text-2xl md:text-3xl leading-none tracking-wide">
|
<span class="font-display text-2xl md:text-3xl leading-none tracking-wide">
|
||||||
{{- .Site.Params.logoText -}}
|
{{- .Site.Params.logoText -}}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user