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:
- - @miraigummies - 52746
- - @koolaidkan - 42391
- - @iam_stove - 35365
- - @39.mik - 31435
- - @ballisticchillz - 30283
- - @powerblade3 - 29304
- - @miku.hatsune - 28421
- - @zunda_nectar - 28119
- - @simplename21 - 23234
- - @kelcody - 22782
+ - @miraigummies - 52,746
+ - @koolaidkan - 42,391
+ - @iam_stove - 35,365
+ - @39.mik - 31,435
+ - @ballisticchillz - 30,283
+ - @powerblade3 - 29,304
+ - @miku.hatsune - 28,421
+ - @zunda_nectar - 28,119
+ - @simplename21 - 23,234
+ - @kelcody - 22,782
@@ -238,16 +238,16 @@
You were always here with us.
Here are the top 10 users with the most '39' messages:
- - @iam_stove - 3790
- - @aozora39 - 3445
- - @cfm_megurine_luka - 3325
- - @starlitsleep - 2707
- - @miku.hatsune - 2371
- - @powerblade3 - 1883
- - @the_apricity_effect - 1706
- - @yokoo99 - 1354
- - @_1v40_ - 1294
- - @iam_stove - 1262
+ - @iam_stove - 3,790
+ - @aozora39 - 3,445
+ - @cfm_megurine_luka - 3,325
+ - @starlitsleep - 2,707
+ - @miku.hatsune - 2,371
+ - @powerblade3 - 1,883
+ - @the_apricity_effect - 1,706
+ - @yokoo99 - 1,354
+ - @_1v40_ - 1,294
+ - @iam_stove - 1,262
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 {