Skip to content

Commit

Permalink
Update theme-loader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sypher-X authored Oct 16, 2024
1 parent bfa66db commit 5cda045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/theme-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
applyTheme(theme);

const style = document.createElement('style');
style.textContent = 'body { visibility: hidden; }';
style.textContent = 'body { visibility: hidden; background-image: url(https://i.imgur.com/OqvUONC.png); }';
document.head.appendChild(style);

window.addEventListener('load', function () {
Expand Down

0 comments on commit 5cda045

Please sign in to comment.