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
@@ -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