FIX: Focus bug

This commit is contained in:
Robert Kossessa
2024-02-07 18:49:27 +01:00
parent 776f852568
commit bb554f6d34
2 changed files with 12 additions and 1 deletions

View File

@@ -5,6 +5,11 @@
<link rel="icon" href="/src/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZERO/ONE Configuration Suite</title>
<style>
html {
background: black;
}
</style>
</head>
<body class="dark bg-background">
<div id="app"></div>