File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export default {
170
170
if ( willReveal ) {
171
171
reveal = [
172
172
html . tag ( 'img' , { class : 'reveal-symbol' } ,
173
- { src : to ( 'staticMisc.icon ' , 'warning.svg' ) } ) ,
173
+ { src : to ( 'staticMisc.path ' , 'warning.svg' ) } ) ,
174
174
175
175
html . tag ( 'br' ) ,
176
176
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ body {
226
226
}
227
227
228
228
body ::before {
229
- background-image : url ("../media/bg.jpg" );
229
+ background-image : url ("../../ media/bg.jpg" );
230
230
background-position : center;
231
231
background-size : cover;
232
232
opacity : 0.5 ;
@@ -1348,7 +1348,6 @@ img.pixelate, .pixelate img {
1348
1348
1349
1349
font-size : 1.6em ;
1350
1350
opacity : 0.8 ;
1351
- background-image : url ("warning.svg" );
1352
1351
}
1353
1352
1354
1353
.reveal-interaction {
You can’t perform that action at this time.
0 commit comments