Fixed mobile site dark mode.

Ylian Saint-Hilaire committed Feb 17, 2021 at 10:17 UTC 00d8e8efcdf25b5e5d590b6d9783f2679665b019
1 file changed +1 -1
views/default-mobile.handlebars
+1 -1
@@ -3915,7 +3915,7 @@
3915 QS('deskarea3')['padding-right'] = '';
3916 QS('DeskParent')['margin-top'] = null;
3917 QS('DeskParent')['margin-left'] = null;
3918 - QS('body')['background-color'] = null;
3918 + QS('body')['background-color'] = nightMode ? '#000' : '#FFF';
3919 QS('p10')['background-color'] = null;
3920 closeFullscreen();
3921 }