feat: add support for light mode

This commit is contained in:
Stavros
2025-10-30 22:23:57 +02:00
parent 0227af6d2b
commit f5f18bc2f6
9 changed files with 111 additions and 26 deletions

View File

@@ -12,7 +12,7 @@
<link rel="manifest" href="/site.webmanifest" />
<title>Tinyauth</title>
</head>
<body class="dark">
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>