From 50e6b11b03a5ab4ade316bd4917a14430f615f28 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 15 Nov 2025 12:01:03 -0300 Subject: [PATCH] tweak animation timing so js has more time to randomize loading message --- assets/base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/base.css b/assets/base.css index 0152c35..64e718b 100644 --- a/assets/base.css +++ b/assets/base.css @@ -160,14 +160,14 @@ main { .loading > p:first-child { animation: 0.9s 1 linear appear; animation-fill-mode: forwards; - animation-delay: 0.2s; + animation-delay: 0.3s; visibility: hidden; position: fixed } .loading > p:not(:first-child):not(:last-child) { animation: 0.9s 1 linear appear; - animation-delay: 1.1s; + animation-delay: 1.2s; animation-fill-mode: forwards; visibility: hidden; position: fixed @@ -175,7 +175,7 @@ main { .loading > p:last-child { animation: 0.9s 1 linear appear; - animation-delay: 2s; + animation-delay: 2.1s; animation-fill-mode: forwards; visibility: hidden; position: fixed