This commit is contained in:
2026-01-01 01:07:15 -05:00
parent 270f93ba04
commit 12897fc2b1
2 changed files with 3 additions and 2 deletions

View File

@@ -215,7 +215,7 @@
<!-- top message counts -->
<div style="padding: 0 5vw 0 5vw; font-size: 1.5vw;">
<h2 style="font-size: 3.2vw; margin-bottom: 0;">We had several keyboard warriors.</h2>
<h2 style="font-size: 3.2vw; margin-bottom: 0;">We had several keyboard enthusiasts.</h2>
<h2 style="font-size: 2vw; margin-top: 0;">Here are the top 10 users with the most messages:</h2>
<ul>
<li>@miraigummies - 52746</li>

View File

@@ -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 {