From 7be9959ddda8283d70d141f91ece25c4f8bf4b3b Mon Sep 17 00:00:00 2001
From: Federico Terzi
Date: Tue, 21 Jan 2020 23:42:57 +0100
Subject: [PATCH] Update donation links
---
_includes/donate.html | 7 +++----
_sass/_donate.scss | 8 ++++++++
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/_includes/donate.html b/_includes/donate.html
index 3161836..3eaa1a9 100644
--- a/_includes/donate.html
+++ b/_includes/donate.html
@@ -12,10 +12,9 @@
and I decided to make it open source because I thought it could be useful to many people.
If you liked the project, please consider making a small donation, it really helps :)
-
-
-
-
+
+ Donate with PayPal
+
diff --git a/_sass/_donate.scss b/_sass/_donate.scss
index 5992208..47a3039 100644
--- a/_sass/_donate.scss
+++ b/_sass/_donate.scss
@@ -35,6 +35,14 @@
}
}
+ .paypal {
+ background-color: #e17055;
+ }
+
+ .sponsor {
+ background-color: #e84393;
+ }
+
.mbtn {
height: 60px;
display: inline;