🌜 Added Dark mode to the body

This commit is contained in:
2023-12-05 05:24:33 -05:00
parent 9c4f2ae9b0
commit 4034c4e2b4
3 changed files with 161 additions and 134 deletions

View File

@@ -7,7 +7,7 @@
<title>Three Two!</title>
</head>
<body>
<body class="dark:bg-slate-600">
<div id="root"></div>
<script type="module" src="/src/client/index.tsx"></script>
</body>