changed colorset
This commit is contained in:
@@ -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">
|
||||
© {{ 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>
|
||||
Reference in New Issue
Block a user