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
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
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());

View file

@ -86,7 +86,6 @@ export default function(obj) {
<link rel="stylesheet" href="cobalt.css">
<meta name="theme-color" content="#000000">
<meta name="background-color" content="#000000">
<link rel="preload" href="fonts/notosansmono.css" as="style">
<link rel="preload" href="assets/meowbalt/error.png" as="image">