Skip to content

Commit 84102c1

Browse files
committed
more css cleanup
1 parent 81df890 commit 84102c1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

resources/JetStream.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ body {
6464
background-position: center -5vw;
6565
background-size: 100vw;
6666
padding-bottom: 0px;
67-
background-image: url('./clouds.svg');
67+
background-image: url('clouds.svg');
6868
padding-bottom: 0px;
6969
overflow-y: hidden;
7070
height: 100%;
@@ -175,7 +175,7 @@ img {
175175
box-sizing: border-box;
176176
background-repeat: no-repeat;
177177
background-position: center;
178-
background-image: url('./JetStream3Logo.svg');
178+
background-image: url('JetStream3Logo.svg');
179179
color: transparent;
180180
height: 75px;
181181
}
@@ -197,7 +197,7 @@ img {
197197
background-position: center;
198198
padding: 2rem 0;
199199
margin: -2rem 0;
200-
background-image: url("./jetstreams-static.svg");
200+
background-image: url("jetstreams-static.svg");
201201
}
202202

203203

@@ -207,11 +207,11 @@ img {
207207
}
208208

209209
.animate #jetstreams {
210-
background-image: url("./jetstreams.svg");
210+
background-image: url("jetstreams.svg");
211211
transition: background-image var(--startup-animation-duration) ease-in-out;
212212
}
213213
.ready #jetstreams {
214-
background-image: url("./jetstreams-static.svg") !important;
214+
background-image: url("jetstreams-static.svg") !important;
215215
}
216216

217217
#magic {

0 commit comments

Comments
 (0)