Feat: header buttons (mostly functional)

This commit is contained in:
MotorTruck1221
2025-03-25 23:28:01 -06:00
parent c55e31e115
commit 40ee155dc0
6 changed files with 66 additions and 26 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
---
import "@styles/themes/default.css";
import "@styles/global.css";
import "@fontsource/inter";
import { ClientRouter } from "astro:transitions";
import Loader from "@components/Loader.astro";
import Header from "@components/Header.astro";
@@ -17,7 +16,7 @@ import Header from "@components/Header.astro";
<title>Radius</title>
<ClientRouter fallback="animate" />
</head>
<body class="h-full w-full bg-(--background) font-override">
<body class="h-full w-full bg-(--background) font-inter">
<Header />
<div class="h-full w-full fixed bg-(--background) text-(--foreground)">
<slot />