fixed server status uptime for coldeve

This commit is contained in:
erik 2025-06-21 21:00:23 +00:00
parent ca12f4807b
commit 72de9b0f7f
3 changed files with 56 additions and 39 deletions

View file

@ -38,6 +38,7 @@ body {
font-family: "Segoe UI", sans-serif;
background: var(--bg-main);
color: var(--text);
position: relative;
}
.sort-buttons {
@ -1450,3 +1451,4 @@ body.noselect, body.noselect * {
.regular-spell {
color: #88ccff;
}