Perma dark mode and fixing inconsistent styles.

This commit is contained in:
iamBadgers
2026-03-28 17:52:59 -07:00
parent 20398be7c4
commit 2ee43ac090
7 changed files with 152 additions and 352 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="">
<html lang="" class="darkmode">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
@@ -7,7 +7,7 @@
<title>Foundry Manager</title>
</head>
<body>
<div id="app"></div>
<div id="app" class="darkmode"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>