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.