From 5a769ceb943818f654985cdd33ed4b8037724a4f Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 17 Jan 2024 18:03:40 +0600 Subject: [PATCH] page: remove init fade-in when animations are disabled --- src/front/cobalt.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 8aa8e86b..145bad4a 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -900,6 +900,9 @@ button:active, opacity: 1; transition: opacity 0.2s ease-out; } +.no-animation #home { + transition: none; +} .sponsored-by-text { text-align: center!important; font-size: .85rem;