Fixed mobile site dark mode.

This commit is contained in:
Ylian Saint-Hilaire 2021-02-17 10:17:21 -08:00
parent f5d092fb8a
commit 00d8e8efcd

View File

@ -3915,7 +3915,7 @@
QS('deskarea3')['padding-right'] = '';
QS('DeskParent')['margin-top'] = null;
QS('DeskParent')['margin-left'] = null;
QS('body')['background-color'] = null;
QS('body')['background-color'] = nightMode ? '#000' : '#FFF';
QS('p10')['background-color'] = null;
closeFullscreen();
}