diff --git a/dhmon.html b/dhmon.html index a2e5933..8cb87e8 100644 --- a/dhmon.html +++ b/dhmon.html @@ -17,6 +17,7 @@ padding: 0; margin: 0; overflow: hidden; + background-color: #111; } th { @@ -166,7 +167,7 @@

dhmap

- + diff --git a/dhmon.js b/dhmon.js index 2677d64..f303145 100644 --- a/dhmon.js +++ b/dhmon.js @@ -367,5 +367,5 @@ $.widget("ui.dialog", $.extend({}, $.ui.dialog.prototype, { })); function darkmode(mode) { - document.body.style.backgroundColor = mode ? '#111' : ''; + document.body.style.backgroundColor = mode ? '#111' : '#fff'; }