diff --git a/src/app.html b/src/app.html index 2f07e12d0a..5d48e1d7e8 100644 --- a/src/app.html +++ b/src/app.html @@ -1,87 +1,99 @@ +
+ + + + + + - - - - - - - - - - - - window.matchMedia('(prefers-color-scheme: dark)').addListener((e) => { - if (localStorage.theme === 'system') { - if (e.matches) { - document.documentElement.classList.add('dark'); - document.documentElement.classList.remove('light'); - } else { - document.documentElement.classList.add('light'); - document.documentElement.classList.remove('dark'); - } + -
+ "
+ src="/static/splash.png"
+ />
-
+ "
+ >
+
-