Skip to content

Commit a82930a

Browse files
author
sgkens
committed
πŸ“ docs(css): Update Documentation.
πŸ“œ NOTES: ✏ updated images links in style.css ..πŸ–Š
1 parent f1ad3fc commit a82930a

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)