Header is close
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
import "@styles/themes/default.css";
|
||||
import "@styles/global.css";
|
||||
import "@fontsource/inter";
|
||||
import { ClientRouter } from "astro:transitions";
|
||||
import SettingsLoader from "@components/SettingsLoader.astro";
|
||||
import Header from "@components/Header.astro";
|
||||
@@ -16,7 +17,7 @@ import Header from "@components/Header.astro";
|
||||
<title>Radius</title>
|
||||
<ClientRouter fallback="animate" />
|
||||
</head>
|
||||
<body class="h-full w-full bg-(--background)">
|
||||
<body class="h-full w-full bg-(--background) font-override">
|
||||
<Header />
|
||||
<div class="h-full w-full fixed bg-(--background)">
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user