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