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:
parent
9fbb2c6731
commit
f1615f9078
|
@ -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 |
Loading…
Reference in New Issue