create base for home page (still needs input component), and fix type stuff for settings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user