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

@@ -50,7 +50,6 @@ body {
height: calc(100% + env(safe-area-inset-top) / 2);
margin: 0;
background: var(--background);
background-color: var(--background);
color: var(--accent);
-webkit-tap-highlight-color: var(--transparent);
font-family: var(--font-mono);

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());