diff --git a/client/js/theme-loader.js b/client/js/theme-loader.js index dd55547..6ead25b 100644 --- a/client/js/theme-loader.js +++ b/client/js/theme-loader.js @@ -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 () {