Modify theme for light one

This commit is contained in:
kbe
2025-08-23 22:04:21 +02:00
parent 5454e23220
commit 98efdb44ac
3 changed files with 120 additions and 120 deletions

View File

@@ -25,11 +25,7 @@
<body class="h-full font-sans text-neutral-900 antialiased">
<div class="min-h-full">
<header class="bg-purple shadow-sm border-b border-neutral-200">
<div class="container mx-auto px-4 sm:px-6 lg:px-8">
<%= render "components/header" %>
</div>
</header>
<%= render "components/header" %>
<main class="container mx-auto px-4 sm:px-6 lg:px-8 py-8">
<%= yield %>