diff --git a/res/index.html b/res/index.html
index 31fe2cc..adc0cf9 100644
--- a/res/index.html
+++ b/res/index.html
@@ -215,7 +215,7 @@
-
We had several keyboard warriors.
+
We had several keyboard enthusiasts.
Here are the top 10 users with the most messages:
- @miraigummies - 52746
diff --git a/res/style.css b/res/style.css
index 75ca259..f58a96e 100644
--- a/res/style.css
+++ b/res/style.css
@@ -11,9 +11,10 @@ body {
font-family: "DM Sans", sans-serif;
-webkit-font-smoothing: antialiased;
background: #12db9f;
- background: linear-gradient(180deg,rgba(18, 219, 159, 1) 0%, rgba(87, 184, 199, 1) 79%);
+ background: linear-gradient(180deg,rgb(49, 49, 49) 99%, rgb(0, 85, 79) 100%);
color: white;
+ text-shadow: 1px 1px 3px rgb(199, 199, 199);
}
.column-display {