mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-17 02:05:50 +00:00
Fix image links
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 505 KiB After Width: | Height: | Size: 505 KiB |
|
Before Width: | Height: | Size: 318 KiB After Width: | Height: | Size: 318 KiB |
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user