Add Signal, Venmo, Patreon

This commit is contained in:
Joel Wetzell
2021-11-10 17:34:04 -06:00
parent 9f76bf8265
commit e85a054c7f
5 changed files with 42 additions and 0 deletions

View File

@ -91,6 +91,30 @@ button:hover,
.button.button-bandcamp:focus {
filter: brightness(90%) }
/* Patreon */
.button.button-patreon {
color: #FFFFFF;
background-color: #ff424d }
.button.button-patreon:hover,
.button.button-patreon:focus {
filter: brightness(90%) }
/* Signal */
.button.button-signal {
color: #FFFFFF;
background-color: #3a76f0 }
.button.button-signal:hover,
.button.button-signal:focus {
filter: brightness(90%) }
/* Venmo */
.button.button-venmo {
color: #FFFFFF;
background-color: #3d95ce }
.button.button-venmo:hover,
.button.button-venmo:focus {
filter: brightness(90%) }
/* Discord */
.button.button-discord {
color: #FFFFFF;