diff options
Diffstat (limited to 'assets/mobile-p1.js')
-rw-r--r-- | assets/mobile-p1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/mobile-p1.js b/assets/mobile-p1.js index 97156e3..3794299 100644 --- a/assets/mobile-p1.js +++ b/assets/mobile-p1.js @@ -1,3 +1,3 @@ if (!isNodeJS) { - document.getElementById("loader").style.backgroundColor = "#000000"; + document.getElementById("loader").style.backgroundColor = "#111"; }
\ No newline at end of file |