sethcottle / littlelink

A lightweight DIY Linktree alternative.
https://littlelink.io
MIT License
1.82k stars 981 forks source link

bandcamp branding #10

Closed muzzol closed 3 years ago

muzzol commented 3 years ago

I've added bandcamp to my collection.

here's the icon:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="#FFF" d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm48.2 326.1h-181L199.9 178h181l-84.7 156.1z"/></svg>

and brand colour is #61929c so css should be something like:

/* bandcamp */
.button.button-bandcamp {
  color: #FFFFFF;
  background-color: #61929c }
.button.button-bandcamp:hover,
.button.button-bandcamp:focus {
  filter: brightness(90%) }

thanks for you great project

sethcottle commented 3 years ago

I'll get this added, thank you! 👍

sethcottle commented 3 years ago

Closing! Getting this added into a small update this week! Thanks again!