Monero donation address added, fixes #160
This commit is contained in:
parent
2b90751906
commit
feb5d6ca8e
|
@ -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).
|
- 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).
|
- 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 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 ;
|
display: block ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
overflow-wrap: break-word ;
|
||||||
|
color: lime ;
|
||||||
|
}
|
||||||
|
|
||||||
|
li img {
|
||||||
|
max-width: 1em ;
|
||||||
|
max-height: 1em ;
|
||||||
|
display: inline ;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background: #151515 ;
|
background: #151515 ;
|
||||||
|
|
Loading…
Reference in New Issue