mirror of
https://github.com/imputnet/cobalt.git
synced 2025-03-03 21:26:20 +00:00
page: remove init fade-in when animations are disabled
This commit is contained in:
parent
f10f9b7ce8
commit
5a769ceb94
|
@ -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