summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-14 17:10:17 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-03-14 17:10:17 -0400
commitfeb5d6ca8e96c579751788b676b14e72d51f84df (patch)
tree6b026e33e9c271468981904d3e1594f33c09651d
parent2b90751906cfb8abc87037d0e39556ff4b6ab882 (diff)
Monero donation address added, fixes #160
-rw-r--r--src/index.md4
-rw-r--r--src/style.css11
2 files changed, 14 insertions, 1 deletions
diff --git a/src/index.md b/src/index.md
index d64b222..22aaf60 100644
--- a/src/index.md
+++ b/src/index.md
@@ -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))
diff --git a/src/style.css b/src/style.css
index 77a285c..2e6aa32 100644
--- a/src/style.css
+++ b/src/style.css
@@ -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 ;