diff --git a/Makefile b/Makefile
index 22ae81d..7846447 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,10 @@ ALL = $(CSS) $(PAGES) $(MEDIA) $(SCRIPTS) $(MISC)
BUILDDIR ?= /srv/www/yummy
TMPDIR ?= _tmp
-HOST ?= yummy.cricket
-REMOTE_USER ?= www-data
-REMOTE_DIR ?= yummy
+HOST ?= yummy.cricket
+SSH_PORT ?= 35353
+REMOTE_USER ?= nginx
+REMOTE_DIR ?= yummy
all: build
@@ -33,7 +34,7 @@ upload: build
@rsync --recursive --partial --progress --copy-links \
--compress --human-readable --hard-links \
--delete --delete-after \
- --rsh='ssh -l $(REMOTE_USER)' \
+ --rsh='ssh -l $(REMOTE_USER) -p $(SSH_PORT)' \
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/
$(BUILDDIR)/%: %
diff --git a/index.html b/index.html
index 619900e..cef5f0a 100644
--- a/index.html
+++ b/index.html
@@ -435,6 +435,11 @@
+
+
+
+
+
diff --git a/media/buttons/foxis.png b/media/buttons/foxis.png
new file mode 100644
index 0000000..60b9736
--- /dev/null
+++ b/media/buttons/foxis.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:faf2f40e03f363fe60033f6689288cbf8d8493f1ff6e35f27ce46aacbbb43f84
+size 4287
diff --git a/media/buttons/mathie.png b/media/buttons/mathie.png
index 5ed6859..f22d5f2 100644
--- a/media/buttons/mathie.png
+++ b/media/buttons/mathie.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d595aa620181a8889f0440c9ac478d8c2748484757dbd0f032ac19e827faa8e7
-size 8398
+oid sha256:9d501b476465299407fbcb351bd9eda2daec4947e1602584dbe6c53f650b3e03
+size 521
diff --git a/media/little-pluses.png b/media/little-pluses.png
new file mode 100644
index 0000000..2bcce30
--- /dev/null
+++ b/media/little-pluses.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:56ab71ad1f1a85623723b19b6864834d7af83fbbe251d49f0424389dbd66810a
+size 55600
diff --git a/style/base.css b/style/base.css
index 6198e23..e0cab01 100644
--- a/style/base.css
+++ b/style/base.css
@@ -127,9 +127,10 @@ actually exists
repeating-linear-gradient(var(--bg-angle),
transparent, transparent 0.8em,
#fff8 0.8em, #fff8 1em),
+ url(../media/little-pluses.png),
linear-gradient(150deg,
- hsl(var(--hue) 86% 94%),
- hsl(var(--hue) 66% 82%)
+ hsl(var(--hue) 86% 92%),
+ hsl(var(--hue) 66% 80%)
);
background: var(--base-background);