From abe635674f1fb0e3b6fe861f9c18edbc83945e55 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Sun, 16 Aug 2026 12:10:16 -0400 Subject: [PATCH] The About page tells you where to send the ravens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A "Send word" section with the keeper's addresses: email, Bluesky, Mastodon, and the home roost at kestrelsnest.social — for feedback, bug reports, and faint praise alike. Co-Authored-By: Claude Fable 5 --- packages/web/src/Help.svelte | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/web/src/Help.svelte b/packages/web/src/Help.svelte index 13157b5..9af2e32 100644 --- a/packages/web/src/Help.svelte +++ b/packages/web/src/Help.svelte @@ -128,6 +128,15 @@ edition currently in print, and deal seven cards to somebody at a real table.

+

Send word

+

+ Feedback, bug reports, and faint praise all welcome — ravens fly to + eric@ericwagoner.com, + @kestrelsnest.social on Bluesky, + or @eric@toots.kestrelsnest.social on Mastodon. + The keeper of this table roosts at + kestrelsnest.social. +

Wiz-War © Tom Jolly. Sixth edition published by Chessex, 1993. Built by Eric and a very enthusiastic AI, 2026. @@ -256,6 +265,8 @@ .booklet-body h3:first-child { margin-top: 0; } .booklet-body p { margin: 0.35rem 0; } .colophon { font-style: italic; color: #6b5a41; font-size: 0.85rem; } + .booklet-body a { color: #8a4a1f; text-decoration-style: dotted; } + .booklet-body a:hover { color: #43331f; } .tally-list { display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 0.8rem; margin: 0.6rem 0 1rem; } .tally-list dt { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 1.05rem;