We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e8877 commit aee2a11Copy full SHA for aee2a11
1 file changed
resources/JetStream.css
@@ -65,7 +65,7 @@ body {
65
background-position: center -5vw;
66
background-size: 100vw;
67
padding-bottom: 0px;
68
- background-image: url('clouds.svg');
+ background-image: url("clouds.svg");
69
70
overflow-y: hidden;
71
height: 100%;
@@ -422,12 +422,12 @@ a.button {
422
423
.loading #status-text {
424
width: 100%;
425
- color: transparent;
426
line-height: 1.2;
427
font-size: 4rem;
428
font-style: italic;
429
font-weight: 500;
430
letter-spacing: -0.1rem;
+ color: transparent;
431
-webkit-background-clip: text;
432
background-repeat: no-repeat;
433
-webkit-touch-callout: none;
0 commit comments