diff --git a/server/static/index.html b/server/static/index.html index a3d395764..a0982d8f4 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -1,58 +1,70 @@ - + + + Outline + + + + + + + - #root { - flex: 1; - min-height: 100vh; - } - - - - -
- - - + - - - \ No newline at end of file + if (window.localStorage.getItem("theme") === "dark") { + window.document.querySelector("#root").style.background = "#111319"; + } + + +