summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d64b22264..22aaf607e 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 77a285ca7..2e6aa32ae 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 ;