Change Jellyfin blob logo from blue to pink

Changed the jellyfin-blob.svg gradient from blue (#1F4EA7 to #00DDFF)
to bright pink (#C8197C to #FF1493) to match the jellypig branding.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ashik K 2025-10-17 09:43:59 +02:00
parent 9fbb2c6731
commit f1615f9078
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<title>Combined Shape</title>
<defs>
<linearGradient x1="19.2532352%" y1="40.8257212%" x2="100.658798%" y2="88.6971024%" id="linearGradient-1">
<stop stop-color="#1F4EA7" offset="0%"></stop>
<stop stop-color="#00DDFF" offset="100%"></stop>
<stop stop-color="#C8197C" offset="0%"></stop>
<stop stop-color="#FF1493" offset="100%"></stop>
</linearGradient>
</defs>
<g id="Primary" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB