diff options
| author | Ahmed <git@gumx.cc> | 2026-06-19 15:45:49 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-19 15:45:49 +0300 |
| commit | bd2a2474995cc3b546000714c6f86caf7d3d8bdc (patch) | |
| tree | c2c79b8b67d160fca0b543d0cd59ecdd8be3eb2e /_shared | |
| parent | a58d547912294eadf816441fba8656bd1072ab25 (diff) | |
add: lists website instead of page in mail.gumx.cc
Diffstat (limited to '_shared')
| -rw-r--r-- | _shared/footer.html | 1 | ||||
| -rw-r--r-- | _shared/style.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_shared/footer.html b/_shared/footer.html index 3aedfc6..de15791 100644 --- a/_shared/footer.html +++ b/_shared/footer.html @@ -3,6 +3,7 @@ <a href="https://twt.gumx.cc">twt</a> / <a href="https://git.gumx.cc">git</a> / <a href="https://mail.gumx.cc">mail</a> / +<a href="https://list.gumx.cc">list</a> / <a href="https://irc.gumx.cc">irc</a> / <a href="https://files.gumx.cc">files</a> / <a href="https://vpn.gumx.cc">vpn</a> / diff --git a/_shared/style.css b/_shared/style.css index 3efbeb1..b75c309 100644 --- a/_shared/style.css +++ b/_shared/style.css @@ -7,7 +7,7 @@ main, header, footer { max-width: 800px; margin-inline: auto; padding: 0 2rem; } h1, header, footer { text-align: center; } main { text-align: justify; } p, h2, h3, h4 { margin: 1em 0 0 0; } -ol { margin: 0.5em 0 0 0; } +ol, ul { margin: 0.5em 0 0 0; } table { margin: auto; border-collapse: collapse; } th, td { border: 1px solid; padding: 0.3em 0.8em; } pre { margin: 1em 0; } |
