Merge pull request #754 from recursiveribbons/bandcamp

Use official Bandcamp colors
This commit is contained in:
kuubeu
2023-08-04 15:32:11 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -8,5 +8,5 @@
android:fillColor="#fff"/>
<path
android:pathData="M99,349h215l99,-186H198"
android:fillColor="#1ad"/>
android:fillColor="#1da0c3"/>
</vector>

View File

@@ -2,5 +2,5 @@
aria-label="Bandcamp" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#fff"/><path fill="#1ad"
d="M99 349h215l99-186H198"/></svg>
fill="#fff"/><path fill="#1DA0C3"
d="M99 349h215l99-186H198"/></svg>

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 195 B