From 333970af11bfbc7bb2e8760936e1a7fa419b2bc0 Mon Sep 17 00:00:00 2001
From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com>
Date: Thu, 17 Mar 2022 20:20:34 +0100
Subject: [PATCH] =?UTF-8?q?Added=C2=A0Buy=20Me=20A=20Coffee=20button?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Added new Buy Me A Coffee button using the color palette and assets from the official Buy Me A Coffee creator kit.
---
css/brands.css | 10 ++++++++++
images/icons/coffee.svg | 1 +
index.html | 5 +++++
3 files changed, 16 insertions(+)
create mode 100644 images/icons/coffee.svg
diff --git a/css/brands.css b/css/brands.css
index 801466c..40713e5 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -94,6 +94,16 @@ button:hover,
filter: brightness(90%);
}
+/* Buy Me a Coffee */
+.button.button-coffee {
+ color: #100a26;
+ background-color: #ffdd00;
+}
+.button.button-coffee:hover,
+.button.button-coffee:focus {
+ filter: brightness(90%);
+}
+
/* Cash App */
.button.button-cashapp {
color: #ffffff;
diff --git a/images/icons/coffee.svg b/images/icons/coffee.svg
new file mode 100644
index 0000000..1876bfc
--- /dev/null
+++ b/images/icons/coffee.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index a5e640a..bd3cbe3 100644
--- a/index.html
+++ b/index.html
@@ -335,6 +335,11 @@
src="images/icons/web.svg" alt="Web Logo">Website
+
+ Buy Me a Coffee
+
+
Build your own by forking LittleLink.