Fix issue with loading background image of WalkXcode theme in built app that was run from Docker

pull/938/head
Aleksey Petrunnik 2025-05-24 21:54:40 +03:00
parent c230392da8
commit eec9edacca
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
--card-shadow: rgba(0, 0, 0, 0.5);
--link: #3273dc;
--link-hover: #2e4053;
--background-image: url("assets/themes/walkxcode/wallpaper-light.webp");
--background-image: url("/assets/themes/walkxcode/wallpaper-light.webp");
}
.theme-walkxcode.dark {
@ -28,7 +28,7 @@
--card-shadow: rgba(0, 0, 0, 0.5);
--link: #ffffff;
--link-hover: #fafafa;
--background-image: url("assets/themes/walkxcode/wallpaper.webp");
--background-image: url("/assets/themes/walkxcode/wallpaper.webp");
}
// theme