Index: src/views/pages/read.ejs
===================================================================
--- src/views/pages/read.ejs	(revision 85b51bfed40ba560eccbc20fd7df36c861e6618b)
+++ src/views/pages/read.ejs	(revision 847775cc74de6b701650a36b640f758fba5f214b)
@@ -80,4 +80,18 @@
 .on-read .read-post + .read-post { border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent); }
 
+/* De titel is een link, maar mag er niet als een link uitzien: dit is een
+   leesscherm, geen index. Onderstrepen pas als je hem aanwijst. */
+.on-read .read-title a { color: inherit; text-decoration: none; }
+.on-read .read-title a:hover,
+.on-read .read-title a:focus-visible { text-decoration: underline; }
+
+/* De aankondiging onderaan: waar de tik je heen brengt. */
+.on-read .read-foot { margin-top: 2rem; }
+.on-read .read-open {
+  display: inline-block; font-size: .9rem; opacity: .75;
+  text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px;
+}
+.on-read .read-open:hover, .on-read .read-open:focus-visible { opacity: 1; }
+
 .on-read .read-head { padding-bottom: .5rem; }
 .on-read .read-title { font-size: clamp(1.6rem, 4vw, 2.4rem); line-height: 1.15; margin: 0 0 .3rem; }
