page: remove init fade-in when animations are disabled

This commit is contained in:
wukko 2024-01-17 18:03:40 +06:00
parent f10f9b7ce8
commit 5a769ceb94

View file

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