Added Buy Me A Coffee button

Added new Buy Me A Coffee button using the color palette and assets from the official  Buy Me A Coffee creator kit.
This commit is contained in:
Julian Prieber
2022-03-17 20:20:34 +01:00
parent a30127a14f
commit 333970af11
3 changed files with 16 additions and 0 deletions

View File

@ -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;