mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 15:23:44 +02:00
Some adjustments to begin working on a dark theme
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
@extends('templates/wrapper')
|
||||
@extends('templates/wrapper', [
|
||||
'css' => ['body' => 'bg-neutral-800'],
|
||||
])
|
||||
|
||||
@section('container')
|
||||
<div id="app"></div>
|
||||
@endsection
|
||||
|
||||
@section('below-container')
|
||||
<div class="flex-grow"></div>
|
||||
<div class="w-full m-auto mt-0 mb-6 container">
|
||||
<p class="text-center sm:text-right text-neutral-300 text-xs">
|
||||
{!! trans('strings.copyright', ['year' => date('Y')]) !!}
|
||||
</p>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user