From a1b738228846a0135fdf49354015253b1e326cf3 Mon Sep 17 00:00:00 2001 From: zombieb Date: Thu, 1 Jan 2026 01:21:01 -0500 Subject: [PATCH] fix fix fix fix --- main.ts | 2 +- res/index.html | 46 +++++++++++++++++++++++----------------------- res/style.css | 3 +-- 3 files changed, 25 insertions(+), 26 deletions(-) diff --git a/main.ts b/main.ts index 38a24be..be1bce3 100644 --- a/main.ts +++ b/main.ts @@ -1,7 +1,7 @@ import path from "node:path"; const NET_PORT = 4536; -const NET_HOST = '10.0.1.39'; +const NET_HOST = '127.0.0.1'; const WEB_ROOT = './res/'; interface FileMapping { diff --git a/res/index.html b/res/index.html index 47dd642..f3fe4d3 100644 --- a/res/index.html +++ b/res/index.html @@ -114,15 +114,15 @@ x3,179
  • - + x2,664
  • - + x2,626
  • - + x2,394
  • @@ -218,16 +218,16 @@

    We had several keyboard enthusiasts.

    Here are the top 10 users with the most messages:

    @@ -238,16 +238,16 @@

    You were always here with us.

    Here are the top 10 users with the most '39' messages:

    diff --git a/res/style.css b/res/style.css index f58a96e..97555f2 100644 --- a/res/style.css +++ b/res/style.css @@ -11,10 +11,9 @@ body { font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; background: #12db9f; - background: linear-gradient(180deg,rgb(49, 49, 49) 99%, rgb(0, 85, 79) 100%); + background: linear-gradient(180deg,rgb(49, 49, 49) 99%, rgb(0, 61, 57) 100%); color: white; - text-shadow: 1px 1px 3px rgb(199, 199, 199); } .column-display {