Fix image links

This commit is contained in:
JST5000
2023-05-09 16:48:01 -07:00
parent 4192554df7
commit 8fb320da25
5 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

Before

Width:  |  Height:  |  Size: 505 KiB

After

Width:  |  Height:  |  Size: 505 KiB

View File

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 318 KiB

View File

@@ -4,7 +4,7 @@
.light {
.sdk-img {
content:url(/assets/img/backgrounds/sdk-white.png);
content:url(../../img/graphics/sdk-white.png);
}
.ref-book-illustration {
@@ -48,7 +48,7 @@
.dark {
.sdk-img {
content:url(/assets/img/backgrounds/sdk-black.png);
content:url(../../img/graphics/sdk-black.png);
}
.ref-book-illustration {

View File

@@ -969,7 +969,7 @@
.page-docs-index {
&::before {
background-image: url(/img/backgrounds/docs-splash.svg);
background-image: url(../../img/backgrounds/docs-splash.svg);
background-position-x: right;
}