Date: Mon, 7 Feb 2022 18:51:17 -0800
Subject: [PATCH 02/14] 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 5c57cf29..accef346 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 00000000..d324cf42
--- /dev/null
+++ b/images/icons/cashapp_btc.svg
@@ -0,0 +1,17 @@
+
\ 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 00000000..b0579fff
--- /dev/null
+++ b/images/icons/cashapp_dollar.svg
@@ -0,0 +1,17 @@
+
\ 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 00000000..da43d7b0
--- /dev/null
+++ b/images/icons/cashapp_pound.svg
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 5b1a69f2..84edf0a7 100644
--- a/index.html
+++ b/index.html
@@ -239,7 +239,19 @@
Venmo
+
+
+
Cash App Dollar
+
+
+
+
Cash App Pound
+
+
+
+
Cash App Bitcoin
+
Build your own by forking LittleLink.
@@ -251,4 +263,4 @@