From 00d8e8efcdf25b5e5d590b6d9783f2679665b019 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Wed, 17 Feb 2021 10:17:21 -0800 Subject: [PATCH] Fixed mobile site dark mode. --- views/default-mobile.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }