We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d6052 commit ea12c34Copy full SHA for ea12c34
1 file changed
src/css/base.css
@@ -21,7 +21,7 @@ body {
21
align-items: center;
22
min-height: 100vh;
23
opacity: 0;
24
- transition: opacity var(--layout-timing-fast);
+ transition: opacity var(--layout-duration-01) ease;
25
}
26
27
.is-ready body {
0 commit comments