diff options
| author | Ahmed <git@gumx.cc> | 2026-06-19 20:53:34 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-19 20:53:34 +0300 |
| commit | 512d4aa081e8d0faa920689b1bd7259c1e155ece (patch) | |
| tree | 390273742e888f795fe9966aa651217635665f14 | |
| parent | 292ad939afb2a11477cd669d7172b93461d0fce0 (diff) | |
fix: style
| -rwxr-xr-x | wr | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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">≺ previous</a> - <a href="/${DOMAIN}/next">next ≻</a> + <a href="/${DOMAIN}/previous">← previous site</a> / + <a href="/${DOMAIN}/next">next site →</a> </nav> </main> </body> |
