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.
++ 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;