Add Bandcamp SVG and CSS

This commit is contained in:
Joel Wetzell
2021-11-09 17:34:32 -06:00
parent e096d42b35
commit 3e55ab9f3b
3 changed files with 37 additions and 0 deletions

View File

@ -82,6 +82,14 @@ button:hover,
.button.button-default:hover,
.button.button-default:focus {
filter: brightness(90%) }
/* Bandcamp */
.button.button-bandcamp {
color: #FFFFFF;
background-color: #1d9fc3 }
.button.button-bandcamp:hover,
.button.button-bandcamp:focus {
filter: brightness(90%) }
/* Discord */
.button.button-discord {