create base for home page (still needs input component), and fix type stuff for settings

This commit is contained in:
cy
2025-03-19 00:14:51 +00:00
parent e56d2189ad
commit a6620d7f05
5 changed files with 11550 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import Header from "@components/Header.astro";
</head>
<body class="h-full w-full bg-(--background) font-override">
<Header />
<div class="h-full w-full fixed bg-(--background)">
<div class="h-full w-full fixed bg-(--background) text-(--foreground)">
<slot />
</div>
</body>