From b3fd9c6aad5828fae482794f3719c40a3dceb72e Mon Sep 17 00:00:00 2001 From: unwox Date: Tue, 16 Sep 2025 17:21:51 +0600 Subject: small improvements --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index ccdd08d..a152c1b 100644 --- a/static/style.css +++ b/static/style.css @@ -171,7 +171,7 @@ nav a.active { } .logo::before { - animation: infinite logo-rotation 120s; + animation: infinite linear logo-rotation 120s; background-image: url("/static/logo-bg.png"); background-repeat: no-repeat; background-size: cover; -- cgit v1.2.3