Added Cash App Support

Added in Cash App style.

Added in Logo:
 - Cash App Dollar
 - Cash App Pound
 - Cash App BTC
This commit is contained in:
kebin
2022-02-07 18:51:17 -08:00
parent d56c40d0c8
commit 47dd8317b1
5 changed files with 72 additions and 1 deletions

View File

@ -115,6 +115,14 @@ button:hover,
.button.button-venmo:focus {
filter: brightness(90%) }
/* Cash App */
.button.button-cashapp {
color: #FFFFFF;
background-image: linear-gradient(to bottom, #00D64B, #00C244); }
.button.button-cashapp:hover,
.button.button-cashapp:focus {
filter: brightness(90%) }
/* Discord */
.button.button-discord {
color: #FFFFFF;