diff --git a/index.html b/index.html index 7bd3ef4..ca391f5 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,17 @@ -
+Latest release: - 20190805 + 20260524
-+ IRC: Join #schism on + Libera.Chat with your favorite IRC + client. +
++ Discord: The #schismtracker channel in + TARC is the + de facto channel for Schism Tracker. +
+ Found a bug or have a feature request? Post it on the + issue tracker. +
diff --git a/style.css b/style.css index 1f9cd5c..cce2b09 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,7 @@ section h1 span { position: relative; top: -.7em; background: rgb(179,147,120); img#logo { margin: 1rem auto; display: block; + image-rendering: pixelated; } section div { @@ -54,3 +55,8 @@ code, pre { color: #449848; margin: 1rem; } + +/* Make the downloads list a bit less cramped */ +li { + margin-top: 0.1em; +}