Skip to content

Commit fe6280b

Browse files
author
gsnow
committed
Merge branch 'feat-r1b' into 'main'
📝 docs(css): Update Documentation. See merge request powershell/commitfusion!5
2 parents d313f2c + a82930a commit fe6280b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/assets/css/style.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,25 +315,25 @@ pipeline and version
315315

316316
/*Download Links */
317317
.zip_download_link{
318-
background: url(/assets/images/zip-file.png) no-repeat center;
318+
background: url(../assets/images/zip-file.png) no-repeat center;
319319
background-size: 70%;
320320
padding: 0px;
321321
margin: 0px;
322322
transition: 0.2s ease-in-out;
323323
}
324324
.zip_download_link:hover{
325-
background: url(/assets/images/zip-file-a.png) no-repeat center;
325+
background: url(../assets/images/zip-file-a.png) no-repeat center;
326326
background-size: 73%;
327327
opacity: 0.6;
328328
}
329329
.tar_download_link{
330-
background: url(/assets/images/tar-file.png) no-repeat center;
330+
background: url(../assets/images/tar-file.png) no-repeat center;
331331
transition: 0.2s ease-in-out;
332332
background-size: 70%;
333333
margin-left: -15px;
334334
}
335335
.tar_download_link:hover{
336-
background: url(/assets/images/tar-file-a.png) no-repeat center;
336+
background: url(../assets/images/tar-file-a.png) no-repeat center;
337337
background-size: 73%;
338338
opacity: 0.6;
339339
}

0 commit comments

Comments
 (0)