mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-13 16:03:20 -05:00
Fixed mobile site dark mode.
This commit is contained in:
parent
f5d092fb8a
commit
00d8e8efcd
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user