adjust grace

This commit is contained in:
elijah 2024-06-10 16:34:22 +02:00
parent c9dc28a935
commit 696878bd82

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; }