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 />
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
|
||||
.font-override {
|
||||
font-family: var(--font-family), Inter, sans-serif;
|
||||
}
|
||||
|
||||
@@ -21,4 +21,5 @@
|
||||
--destructive-foreground: hsl(0 0% 100%);
|
||||
--ring: hsl(215.09 100% 98.03%);
|
||||
--radius: hsl(0.4rem);
|
||||
--font-family: Inter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user