From 47dd8317b112f52ba759a90fe114e0e571e194ae Mon Sep 17 00:00:00 2001 From: kebin Date: Mon, 7 Feb 2022 18:51:17 -0800 Subject: [PATCH] Added Cash App Support Added in Cash App style. Added in Logo: - Cash App Dollar - Cash App Pound - Cash App BTC --- css/brands.css | 8 ++++++++ images/icons/cashapp_btc.svg | 17 +++++++++++++++++ images/icons/cashapp_dollar.svg | 17 +++++++++++++++++ images/icons/cashapp_pound.svg | 17 +++++++++++++++++ index.html | 14 +++++++++++++- 5 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 images/icons/cashapp_btc.svg create mode 100644 images/icons/cashapp_dollar.svg create mode 100644 images/icons/cashapp_pound.svg diff --git a/css/brands.css b/css/brands.css index 5c57cf2..accef34 100644 --- a/css/brands.css +++ b/css/brands.css @@ -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; diff --git a/images/icons/cashapp_btc.svg b/images/icons/cashapp_btc.svg new file mode 100644 index 0000000..d324cf4 --- /dev/null +++ b/images/icons/cashapp_btc.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + Cash App - BTC - Icon + + \ No newline at end of file diff --git a/images/icons/cashapp_dollar.svg b/images/icons/cashapp_dollar.svg new file mode 100644 index 0000000..b0579ff --- /dev/null +++ b/images/icons/cashapp_dollar.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + Cash App - Dollar - Icon + + \ No newline at end of file diff --git a/images/icons/cashapp_pound.svg b/images/icons/cashapp_pound.svg new file mode 100644 index 0000000..da43d7b --- /dev/null +++ b/images/icons/cashapp_pound.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + Cash App - Pound - Icon + + \ No newline at end of file diff --git a/index.html b/index.html index 5b1a69f..84edf0a 100644 --- a/index.html +++ b/index.html @@ -239,7 +239,19 @@ Venmo LogoVenmo +
+ + Cash App LogoCash App Dollar +
+ + + Cash App LogoCash App Pound +
+ + + Cash App LogoCash App Bitcoin +

Build your own by forking LittleLink.

@@ -251,4 +263,4 @@ - + \ No newline at end of file