This commit is contained in:
elijah 2024-06-17 02:04:19 +02:00
commit 7777264ed3

View File

@ -84,15 +84,15 @@
} }
.stats { .stats {
bottom: 0.5%; bottom: 0.5%;
font-size: 0.8rem; font-size: 1rem;
color: rgba(128, 128, 128, 0.534); color: rgba(128, 128, 128, 0.6);
position: absolute; position: absolute;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
pointer-events: none; pointer-events: none;
white-space: nowrap; white-space: nowrap;
display: none; display: none;
animation: fadeIn 1s; animation: fadeIn 1.5s;
} }
@keyframes fadeIn { @keyframes fadeIn {
from { opacity: 0; } from { opacity: 0; }