Skip to content

Commit

Permalink
Fix url to the background image
Browse files Browse the repository at this point in the history
  • Loading branch information
frondeus committed Apr 7, 2023
1 parent 882465f commit 1eb5705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/config/ambient-sound/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@
}
.inner button,
.inner input {
background: url(../ui/parchment.jpg) repeat;
background: url(/ui/parchment.jpg) repeat;
}
</style>
2 changes: 1 addition & 1 deletion src/components/config/playlist-sound/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
}
.inner button,
.inner input {
background: url(../ui/parchment.jpg) repeat;
background: url(/ui/parchment.jpg) repeat;
}
</style>
2 changes: 1 addition & 1 deletion src/components/config/playlist/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
.inner button,
.inner input,
.inner select {
background: url(../ui/parchment.jpg) repeat;
background: url(/ui/parchment.jpg) repeat;
}
</style>

0 comments on commit 1eb5705

Please sign in to comment.