web: remove broken android navigation bar coloring

cuz it doesn't work
This commit is contained in:
wukko
2024-05-12 20:04:12 +06:00
parent 229ddb3701
commit 840bdf35b7
3 changed files with 0 additions and 3 deletions

View File

@@ -168,7 +168,6 @@ const changeStatusBarColor = () => {
}
document.querySelector('meta[name="theme-color"]').setAttribute('content', colors[state]);
document.querySelector('meta[name="background-color"]').setAttribute('content', colors[state]);
}
const detectColorScheme = () => {
document.documentElement.setAttribute("data-theme", preferredColorScheme());