mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-22 13:58:58 +01:00
[design] speed up page load fade in
This commit is contained in:
parent
13d60525e0
commit
ea12c3486a
@ -21,7 +21,7 @@ body {
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
opacity: 0;
|
||||
transition: opacity var(--layout-timing-fast);
|
||||
transition: opacity var(--layout-duration-01) ease;
|
||||
}
|
||||
|
||||
.is-ready body {
|
||||
|
Loading…
Reference in New Issue
Block a user