aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwr11
1 files changed, 5 insertions, 6 deletions
diff --git a/wr b/wr
index ffc1140..211fe93 100755
--- a/wr
+++ b/wr
@@ -104,7 +104,7 @@ build_webring() {
main { text-align: justify; }
ul { list-style: none; padding: 0; margin: 1em 0; }
li { padding: 0.25rem 0; }
- nav { margin-top: 1.5em; display: flex; justify-content: center; gap: 1.5em; }
+ nav { margin-top: 1.5em; }
@media (max-width: 600px) { body { font-size: 0.9em; } h1 { font-size: 1.8em; } }
@media (max-width: 400px) { body { font-size: 0.8em; } h1 { font-size: 1.6em; } }
@media (prefers-color-scheme: dark) { html { filter: invert(1); } img { filter: invert(1); } }
@@ -147,12 +147,11 @@ INDEX_PAGE_TOP
cat << INDEX_PAGE_BOTTOM >> public/index.html
</ul>
- <p>A small webring. Inspired by <a href="https://webring.xxiivv.com/">Devine Lu Linvega's webring</a>.</p>
- <p>To add your site, see <a href="https://git.gumx.cc/webring">git.gumx.cc/webring</a>.</p>
- <p>Licensed under <a href="https://gumx.cc/license">MIT</a>.</p>
+ <p>An attempt to recreate <a href="https://webring.xxiivv.com/">Devine Lu Linvega's webring</a>. Licensed under <a href="https://gumx.cc/license">MIT</a>.</p>
+ <p>To add your site, see the <a href="https://git.gumx.cc/webring">git repo</a>.</p>
<nav>
- <a href="/${DOMAIN}/previous">&prec; previous</a>
- <a href="/${DOMAIN}/next">next &succ;</a>
+ <a href="/${DOMAIN}/previous">&larr; previous site</a> /
+ <a href="/${DOMAIN}/next">next site &rarr;</a>
</nav>
</main>
</body>