From 696878bd821a62bb32dc2e7005616f613d006b64 Mon Sep 17 00:00:00 2001 From: elijah <146715005+schizoposter@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:34:22 +0200 Subject: [PATCH] adjust grace --- assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 12ce82b..e0f4579 100644 --- a/assets/style.css +++ b/assets/style.css @@ -84,15 +84,15 @@ } .stats { bottom: 0.5%; - font-size: 0.8rem; - color: rgba(128, 128, 128, 0.534); + font-size: 1rem; + color: rgba(128, 128, 128, 0.6); position: absolute; left: 50%; transform: translateX(-50%); pointer-events: none; white-space: nowrap; display: none; - animation: fadeIn 1s; + animation: fadeIn 1.5s; } @keyframes fadeIn { from { opacity: 0; }