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;