Visual and code overhaul, including Nix support
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m55s

This commit is contained in:
2025-07-25 21:45:28 -06:00
parent 10926a00a8
commit 8cf1d5c2e1
15 changed files with 1316 additions and 1106 deletions

View File

@@ -16,7 +16,7 @@ const metaTitle =
---
<!doctype html>
<html lang="en">
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
@@ -28,8 +28,8 @@ const metaTitle =
<meta name="description" content={description} />
<title>{metaTitle}</title>
</head>
<body class="min-h-screen flex flex-col">
<main class="container mx-auto px-4 py-8 flex-grow">
<body class="min-h-screen flex flex-col bg-base-100">
<main class="flex-grow">
<slot />
</main>
<Footer />