mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-02 11:29:48 +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;
|
align-items: center;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity var(--layout-timing-fast);
|
transition: opacity var(--layout-duration-01) ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-ready body {
|
.is-ready body {
|
||||||
|
Loading…
Reference in New Issue
Block a user