chore: tighten tsconfig and set dark page base

This commit is contained in:
Michael Chihlas
2026-05-08 17:32:34 -04:00
parent 6e62673f7e
commit ed89979a08
2 changed files with 13 additions and 10 deletions

View File

@@ -2,11 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/tauri.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri + React + Typescript</title>
<title>Browserlay</title>
<style>
html, body, #root { height: 100%; margin: 0; }
html { background: #0b0b0d; color-scheme: dark; }
body { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>