changed colorset

This commit is contained in:
2025-04-22 15:02:23 +02:00
parent 98bd3ec660
commit 07114a53c6
6 changed files with 672 additions and 559 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<section>
<div class="container mx-auto pt-4 pb-12">
<p class="text-center text-zinc-400 dark:text-zinc-500">
<section class="border-t border-blackout-950">
<div class="container mx-auto py-12">
<p class="text-center text-zinc-400 text-sm">
&copy; {{ now()->year }} {{ config('app.name') }}. All rights reserved.
</p>
</div>
@@ -22,11 +22,14 @@
<title>{{ $title . ' | ' . config('app.name') ?? config('app.name') }}</title>
</head>
<body class="font-sans antialiased bg-zinc-200 text-zinc-700">
<body class="font-sans antialiased bg-black ">
<x-navbar />
{{ $slot }}
<div class="flex flex-row">
<!--
<x-sidenav />
-->
<div class="w-full">{{ $slot }}</div>
</div>
<x-footer />
@livewireScripts
@@ -0,0 +1,3 @@
<div class="w-1/5 border-r border-blackout-950 p-12 h-full">
<h1>Sidebar</h1>
</div>