File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments