diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index bb1a536f..c9ad6a37 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -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(); }