Add Signal, Venmo, Patreon
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user