Skip to content

Commit 5a81670

Browse files
robsdbastienwirtz
authored andcommitted
Update walkxcode.scss
Addresses issue #769 where background image url is referencing <ip_address>/resources/assets/themes/walkxcode (404) rather than <ip_address>/assets/themes/walkxcode where the images are stored
1 parent 81c7496 commit 5a81670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/themes/walkxcode.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--card-shadow: rgba(0, 0, 0, 0.5);
1313
--link: #3273dc;
1414
--link-hover: #2e4053;
15-
--background-image: url("assets/themes/walkxcode/wallpaper-light.webp");
15+
--background-image: url("/assets/themes/walkxcode/wallpaper-light.webp");
1616
}
1717

1818
.theme-walkxcode.dark {
@@ -28,7 +28,7 @@
2828
--card-shadow: rgba(0, 0, 0, 0.5);
2929
--link: #ffffff;
3030
--link-hover: #fafafa;
31-
--background-image: url("assets/themes/walkxcode/wallpaper.webp");
31+
--background-image: url("/assets/themes/walkxcode/wallpaper.webp");
3232
}
3333

3434
// theme

0 commit comments

Comments
 (0)