page: remove init fade-in when animations are disabled
This commit is contained in:
parent
f10f9b7ce8
commit
5a769ceb94
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue