feat: update logo colors to match theme and adjust footer logo size

This commit is contained in:
Chaoming Li 2024-11-20 16:02:44 +11:00
parent 7b979949c3
commit 2fcb7dd09c
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
<div class="flex items-center space-x-3 mb-4">
<a href="{{ .Site.BaseURL }}" class="inline-block">
{{ with .Site.Params.logo }}
<img src="{{ . | relURL }}" alt="{{ $.Site.Title }}" class="h-12">
<img src="{{ . | relURL }}" alt="{{ $.Site.Title }}" class="h-6">
{{ end }}
</a>
<span class="text-xl font-bold text-gray-900">{{ .Site.Title }}</span>

View file

@ -1,8 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="35 36 130 128">
<!-- outline around oval -->
<ellipse cx="100" cy="100" rx="60" ry="45" fill="none" stroke="#68b6e6" stroke-width="8"/>
<ellipse cx="100" cy="100" rx="60" ry="45" fill="none" stroke="#778fe6" stroke-width="8"/>
<!-- Blue oval background -->
<ellipse cx="100" cy="100" rx="56" ry="41" fill="#2563eb"/>
<ellipse cx="100" cy="100" rx="56" ry="41" fill="#425ad6"/>
<!-- Yellow lightning bolt -->
<path d="M90 40 L130 40 L100 85 L130 85 L70 160 L90 105 L70 105 Z" fill="#fbbf24" stroke="white" stroke-width="2"/>
</svg>
<path d="M90 40 L130 40 L100 85 L130 85 L70 160 L90 105 L70 105 Z" fill="#f59e0b" stroke="white" stroke-width="2"/>
</svg>

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 441 B