From 5cda04531d720a7285eb68c4db8af7c0f7343ebe Mon Sep 17 00:00:00 2001 From: Sypher-X <65622162+Sypher-X@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:33:17 +0100 Subject: [PATCH] Update theme-loader.js --- client/js/theme-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {