Monero donation address added, fixes #160

pull/163/head
Luke Smith 3 years ago
parent 2b90751906
commit feb5d6ca8e
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

@ -106,4 +106,6 @@ Founded to provide a simple online cookbook without ads and obese web design.
- Submit new recipes via git via [Github](https://github.com/lukesmithxyz/based.cooking) or [Gitlab](https://gitlab.com/lukesmithxyz/based.cooking).
- If a recipe has no image for it, make the recipe as presented and submit a picture above or to [luke@lukesmith.xyz](mailto:luke@lukesmith.xyz).
- Donate to the individual people who contribute pages whose names are at the bottom of each page.
- Donate Bitcoin to the site's long-term maintenance fund: `bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w` ([QR code](pix/bitcoin-based-cooking.webp))
- Donate to the site's long-term maintenance fund:
- ![BTC logo](https://lukesmith.xyz/pix/btc.svg) Bitcoin: `bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w` ([QR code](pix/bitcoin-based-cooking.webp))
- ![XMR Logo](https://lukesmith.xyz/pix/xmr.svg) Monero: `48jewbtxe4jU3MnzJFjTs3gVFWh2nRrAMWdUuUd7Ubo375LL4SjLTnMRKBrXburvEh38QSNLrJy3EateykVCypnm6gcT9bh` ([QR code](https://lukesmith.xyz/pix/xmr.png))

@ -20,6 +20,17 @@ img {
display: block ;
}
code {
overflow-wrap: break-word ;
color: lime ;
}
li img {
max-width: 1em ;
max-height: 1em ;
display: inline ;
}
@media (prefers-color-scheme: dark) {
body {
background: #151515 ;

Loading…
Cancel
Save